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

fix dockerfile

parent e0fd1475
No related branches found
No related tags found
1 merge request!8Release
Pipeline #12245 passed
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -17,6 +17,8 @@ RUN DATABASE_URL=postgres://x/x \ ...@@ -17,6 +17,8 @@ RUN DATABASE_URL=postgres://x/x \
SECRET_KEY=x \ SECRET_KEY=x \
ALLOWED_HOSTS=x \ ALLOWED_HOSTS=x \
CHOBOTNICE_RV_GID=x \ CHOBOTNICE_RV_GID=x \
INSTAGRAM_CLIENT_ID=x \
INSTAGRAM_CLIENT_SECRET=x \
python manage.py collectstatic --noinput --settings=rybicka.settings.production python manage.py collectstatic --noinput --settings=rybicka.settings.production
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.
Please register or to comment