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

fix Dockerfile placeholder env variables

parent 42d0f87d
No related branches found
No related tags found
No related merge requests found
Pipeline #11890 passed
...@@ -17,6 +17,15 @@ RUN DATABASE_URL=postgres://x/x \ ...@@ -17,6 +17,15 @@ RUN DATABASE_URL=postgres://x/x \
SECRET_KEY=x \ SECRET_KEY=x \
ALLOWED_HOSTS=x \ ALLOWED_HOSTS=x \
SITE_URL=x \ SITE_URL=x \
OIDC_RP_REALM_URL=x \
OIDC_RP_CLIENT_ID=x \
OIDC_RP_CLIENT_SECRET=x \
DEFAULT_COUNTRY=x \
DEFAULT_CONTRACTEE_NAME=x \
DEFAULT_CONTRACTEE_STREET=x \
DEFAULT_CONTRACTEE_ZIP=x \
DEFAULT_CONTRACTEE_DISTRICT=x \
DEFAULT_CONTRACTEE_ICO_NUMBER=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