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