From e8ec0156339dc3581639a3592d10fc78ab914803 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Sun, 27 Aug 2023 16:01:00 +0300 Subject: [PATCH] Update Dockerfile --- rsconcept/backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconcept/backend/Dockerfile b/rsconcept/backend/Dockerfile index bc6b9e88..8b0a9661 100644 --- a/rsconcept/backend/Dockerfile +++ b/rsconcept/backend/Dockerfile @@ -58,7 +58,7 @@ RUN pip install --no-cache /wheels/* && \ COPY apps/ ./apps COPY cctext/ ./cctext COPY project/ ./project -COPY data/ ./data +COPY fixtures/ ./fixtures COPY manage.py entrypoint.sh ./ RUN sed -i 's/\r$//g' $APP_HOME/entrypoint.sh && \ chmod +x $APP_HOME/entrypoint.sh && \