fix: backend prod dockerfile

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2023-03-23 16:53:53 +05:30
parent ebc2f4f8c5
commit 09d5d584b5
Signed by: codingcoffee
GPG key ID: EEC8EA855D61CEEC

View file

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