Update Dockerfile

api py added
This commit is contained in:
Sefik Ilkin Serengil 2023-10-25 15:29:02 +01:00 committed by GitHub
parent 8eb8d96a54
commit 99f5295638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/