Skip to content

Commit

Permalink
Try to fix regression in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed May 9, 2024
1 parent d404718 commit a807ba9
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 @@ -16,7 +16,7 @@ WORKDIR /app

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

# Install the required dependencies
RUN \
Expand Down

0 comments on commit a807ba9

Please sign in to comment.