fix: backend prod build
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
a13c3c7516
commit
f4064fbaa6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ RUN set -ex \
|
|||
&& pip install --no-cache-dir -r /requirements.txt \
|
||||
&& pip install --no-cache-dir gunicorn==$GUNICORN_VERSION \
|
||||
&& groupadd ${APP_USER} \
|
||||
&& useradd -m -G ${APP_USER} ${APP_USER} \
|
||||
&& useradd -g ${APP_USER} ${APP_USER} \
|
||||
&& mkdir -p /code/static \
|
||||
&& mkdir -p /code/media \
|
||||
&& mkdir -p /code/static_cdn \
|
||||
|
|
|
|||
Loading…
Reference in a new issue