mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACA-4715] provide support for Docker variables (#3329)
* provide support for Docker variables * remove test code * update docs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user