fixed dockerfile
This commit is contained in:
parent
fb3efda5ab
commit
f944245238
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
EXPOSE 5001
|
EXPOSE 5001
|
||||||
|
|
||||||
RUN adduser -D app
|
RUN adduser -D app
|
||||||
|
RUN chown -R app:app ../app
|
||||||
USER app
|
USER app
|
||||||
|
|
||||||
CMD ["gunicorn","-w 2", "-b 0.0.0.0:5001", "wsgi:app"]
|
CMD ["gunicorn","-w 2", "-b 0.0.0.0:5001", "wsgi:app"]
|
||||||
|
|
Loading…
Reference in a new issue