Skip to content
Snippets Groups Projects
Commit a3a067fa authored by Tomáš's avatar Tomáš
Browse files

fix dockerfile

parent 37f9da80
No related branches found
No related tags found
1 merge request!2Release
...@@ -16,6 +16,7 @@ RUN npm run build ...@@ -16,6 +16,7 @@ RUN npm run build
RUN DATABASE_URL=postgres://x/x \ RUN DATABASE_URL=postgres://x/x \
SECRET_KEY=x \ SECRET_KEY=x \
ALLOWED_HOSTS=x \ ALLOWED_HOSTS=x \
CHOBOTNICE_RV_GID=x \
python manage.py collectstatic --noinput --settings=rybicka.settings.prod python manage.py collectstatic --noinput --settings=rybicka.settings.prod
RUN bash -c "adduser --disabled-login --quiet --gecos app app && \ RUN bash -c "adduser --disabled-login --quiet --gecos app app && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment