Skip to content

Commit

Permalink
Update Dockerfile image
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreffle committed Feb 18, 2024
1 parent 6539f0a commit 8413c0e
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 @@ -11,4 +11,4 @@ COPY requirements_simple.txt requirements.txt
RUN if [ -f requirements.txt ]; then pip install --no-cache-dir -r requirements.txt; fi

# Then copy the rest of the application
COPY . .
COPY . .

0 comments on commit 8413c0e

Please sign in to comment.