diff --git a/Dockerfile b/Dockerfile index 5a36183..f195754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY src/ src/ -COPY .env.production .env EXPOSE 8000