mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
Update Dockerfile
This commit is contained in:
parent
b5b8f0ed17
commit
e8ec015633
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user