fix: backend prod dockerfile
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
ebc2f4f8c5
commit
09d5d584b5
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ COPY requirements.txt /
|
|||
RUN set -ex \
|
||||
&& pip install --no-cache-dir -r /requirements.txt \
|
||||
&& pip install --no-cache-dir gunicorn==$GUNICORN_VERSION \
|
||||
&& apk del .build-deps \
|
||||
&& addgroup -S ${APP_USER} \
|
||||
&& adduser -S ${APP_USER} -G ${APP_USER} \
|
||||
&& mkdir -p /code/static \
|
||||
|
|
|
|||
Loading…
Reference in a new issue