diff --git a/Dockerfile b/Dockerfile
index ba2b3977..07089d5a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,6 +11,8 @@ COPY ./api /srv/api
 COPY ./static /srv/static
 COPY ./templates /srv/templates
 COPY ./web /srv/web
+COPY ./configs /srv/configs
+COPY ./assets /srv/assets
 
 # COPY ./models /srv/models  # Mounting model is more efficient
 CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "9600", "--db_path", "data/database.db"]