[ACA-4715] provide support for Docker variables (#3329)

* provide support for Docker variables

* remove test code

* update docs
This commit is contained in:
Denys Vuika
2023-07-12 08:16:09 +01:00
committed by GitHub
parent 5abbda78a3
commit 1532d65a5b
4 changed files with 149 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ RUN apk update && apk upgrade
USER 101
COPY docker/default.conf.template /etc/nginx/templates/
COPY docker/docker-entrypoint.d/* /docker-entrypoint.d/
COPY dist/content-ce /usr/share/nginx/html/
COPY dist/content-ce/app.config.json /etc/nginx/templates/app.config.json.template