Merge pull request #1374 from mone855/deepface-openshift

Update Dockerfile
This commit is contained in:
Sefik Ilkin Serengil 2024-10-22 10:56:33 +01:00 committed by GitHub
commit 29eac19836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/serengil/deepface
# -----------------------------------
# create required folder
RUN mkdir /app
RUN mkdir -p /app && chown -R 1001:0 /app
RUN mkdir /app/deepface