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

add new env var

parent 240a42fa
No related branches found
No related tags found
No related merge requests found
Pipeline #13392 passed
...@@ -45,6 +45,7 @@ RUN DATABASE_URL=postgres://x/x \ ...@@ -45,6 +45,7 @@ RUN DATABASE_URL=postgres://x/x \
DEFAULT_STAFF_GROUPS=x \ DEFAULT_STAFF_GROUPS=x \
NASTENKA_API_URL=x \ NASTENKA_API_URL=x \
NASTENKA_API_TOKEN=x \ NASTENKA_API_TOKEN=x \
CHOBOTNICE_API_URL=x \
python manage.py collectstatic --noinput --settings=registry.settings.production python manage.py collectstatic --noinput --settings=registry.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