fix: backend prod build

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2023-03-23 17:01:56 +05:30
parent a13c3c7516
commit f4064fbaa6
Signed by: codingcoffee
GPG key ID: EEC8EA855D61CEEC

View file

@ -16,7 +16,7 @@ RUN set -ex \
&& pip install --no-cache-dir -r /requirements.txt \ && pip install --no-cache-dir -r /requirements.txt \
&& pip install --no-cache-dir gunicorn==$GUNICORN_VERSION \ && pip install --no-cache-dir gunicorn==$GUNICORN_VERSION \
&& groupadd ${APP_USER} \ && groupadd ${APP_USER} \
&& useradd -m -G ${APP_USER} ${APP_USER} \ && useradd -g ${APP_USER} ${APP_USER} \
&& mkdir -p /code/static \ && mkdir -p /code/static \
&& mkdir -p /code/media \ && mkdir -p /code/media \
&& mkdir -p /code/static_cdn \ && mkdir -p /code/static_cdn \