Update Dockerfile

This commit is contained in:
IRBorisov 2023-08-27 16:01:00 +03:00
parent b5b8f0ed17
commit e8ec015633

View File

@ -58,7 +58,7 @@ RUN pip install --no-cache /wheels/* && \
COPY apps/ ./apps COPY apps/ ./apps
COPY cctext/ ./cctext COPY cctext/ ./cctext
COPY project/ ./project COPY project/ ./project
COPY data/ ./data COPY fixtures/ ./fixtures
COPY manage.py entrypoint.sh ./ COPY manage.py entrypoint.sh ./
RUN sed -i 's/\r$//g' $APP_HOME/entrypoint.sh && \ RUN sed -i 's/\r$//g' $APP_HOME/entrypoint.sh && \
chmod +x $APP_HOME/entrypoint.sh && \ chmod +x $APP_HOME/entrypoint.sh && \