Runs as root (for now)
This commit is contained in:
parent
b25b2ebf07
commit
d54160600e
|
@ -19,7 +19,6 @@ RUN set -xe \
|
|||
&& useradd _gunicorn --no-create-home --user-group
|
||||
|
||||
COPY . /app/
|
||||
USER _gunicorn
|
||||
WORKDIR /app
|
||||
ENV FLASK_APP=/app/pb/__init__.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue