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

Merge branch 'master' of gitlab.pirati.cz:to/contract-registry

parents 5ffd102e 611949dc
Branches
No related tags found
No related merge requests found
Pipeline #11901 passed
...@@ -16,6 +16,16 @@ RUN npm run build ...@@ -16,6 +16,16 @@ 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 \
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