Runs as root (for now)

This commit is contained in:
Aaron Louie 2020-05-24 21:09:55 -04:00
parent 00255ce2a0
commit d9d1367556
1 changed files with 0 additions and 1 deletions

View File

@ -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