Skip to content

Commit

Permalink
Make an empty models directory in the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed May 9, 2024
1 parent a807ba9 commit 45e9787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ RUN \
WORKDIR /app

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

# Install the required dependencies
RUN \
Expand Down
1 change: 1 addition & 0 deletions models/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.gitignore

0 comments on commit 45e9787

Please sign in to comment.