This commit is contained in:
Sefik Ilkin Serengil 2023-02-03 22:06:41 +00:00 committed by GitHub
parent a640a8561c
commit 3284585b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ LABEL org.opencontainers.image.source https://github.com/serengil/deepface
# -----------------------------------
# create required folder
RUN mkdir /app
RUN mkdir /app/api
RUN mkdir /app/deepface
# -----------------------------------
# Copy required files from repo into image