diff --git a/Dockerfile b/Dockerfile index c24ff5b..1f8d387 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,6 @@ WORKDIR /app # Install Poetry and gunicorn RUN pip install poetry gunicorn -# Copy .env file to the container -COPY .env /app - # Add the current directory to the container as a working directory ADD . /app