Update Dockerfile

This commit is contained in:
IRBorisov 2024-04-12 20:02:47 +03:00
parent 5caba31561
commit d93b3621fb

View File

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