diff --git a/Dockerfile b/Dockerfile index 3b4d217..49152c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ WORKDIR /app/ RUN pip install -U poetry && \ poetry install --no-dev -COPY main.py /app/ +COPY fabcal /app/fabcal/ COPY static/ /app/static/ COPY templates/ /app/templates/