Skip to content

Commit

Permalink
Remove COPY .env
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaz committed Jul 2, 2024
1 parent 90a8207 commit ad15cb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad15cb2

Please sign in to comment.