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