Update 'face_recognition/Dockerfile'
This commit is contained in:
parent
25bdc2d6d0
commit
1f9a897913
@ -6,6 +6,6 @@ RUN pip install -r requirements.txt
|
||||
RUN rm requirements.txt
|
||||
RUN useradd -ms /bin/bash admin
|
||||
USER admin
|
||||
COPY /app /app
|
||||
COPY /app .
|
||||
ENTRYPOINT [ "python" ]
|
||||
CMD [ "app.py" ]
|
||||
|
Loading…
Reference in New Issue
Block a user