Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
api py added
  • Loading branch information
serengil committed Oct 25, 2023
1 parent 8eb8d96 commit 99f5295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN mkdir /app/deepface
# Copy required files from repo into image
COPY ./deepface /app/deepface
COPY ./api/app.py /app/
COPY ./api/api.py /app/
COPY ./api/routes.py /app/
COPY ./api/service.py /app/
COPY ./requirements.txt /app/
Expand Down

0 comments on commit 99f5295

Please sign in to comment.