diff --git a/Dockerfile b/Dockerfile index 7395347..d679621 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN set -eux; \ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt -COPY app.py kaskad_store.py system_info.py . +COPY app.py kaskad_store.py system_info.py /app/ COPY templates ./templates COPY static ./static