Skip to content

Commit

Permalink
Don't remove requirements.txt from Dockerfile!
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed May 9, 2024
1 parent 45e9787 commit c769442
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 @@ -15,7 +15,7 @@ RUN \
WORKDIR /app

# Copy the app files from the server into the container
COPY *.py models ./
COPY requirements.txt *.py models ./

# Install the required dependencies
RUN \
Expand Down

0 comments on commit c769442

Please sign in to comment.