Skip to content

Commit

Permalink
env remove
Browse files Browse the repository at this point in the history
  • Loading branch information
31good committed Nov 24, 2024
1 parent 808c1f3 commit 8aceb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.9-slim
WORKDIR /app

# Copy application files
COPY app.py requirements.txt .env /app/
COPY app.py requirements.txt /app/

# Install dependencies
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 8aceb6a

Please sign in to comment.