diff --git a/backend/Dockerfile b/backend/Dockerfile index 0da1dbf..42de248 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -27,4 +27,4 @@ COPY ./tests-start.sh /app/ COPY ./app /app/app -RUN echo $BACKEND_CORS_ORIGINS \ No newline at end of file +COPY ../.env /app/.env \ No newline at end of file