Update docker file
This commit is contained in:
parent
4af54f3287
commit
56f529f28d
@ -14,7 +14,7 @@ WORKDIR /app/
|
|||||||
RUN pip install -U poetry && \
|
RUN pip install -U poetry && \
|
||||||
poetry install --no-dev
|
poetry install --no-dev
|
||||||
|
|
||||||
COPY main.py /app/
|
COPY fabcal /app/fabcal/
|
||||||
COPY static/ /app/static/
|
COPY static/ /app/static/
|
||||||
COPY templates/ /app/templates/
|
COPY templates/ /app/templates/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user