Update docker file

This commit is contained in:
Fabian Müller 2022-11-21 03:08:19 +01:00
parent 4af54f3287
commit 56f529f28d

View File

@ -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/