Update Dockerfile

This commit is contained in:
IRBorisov 2023-08-21 00:32:26 +03:00
parent bf8af6317a
commit e0d0114336

View File

@ -56,6 +56,7 @@ RUN pip install --no-cache /wheels/* && \
# Copy application sources and setup permissions
COPY apps/ ./apps
COPY cctext/ ./cctext
COPY project/ ./project
COPY data/ ./data
COPY manage.py entrypoint.sh ./