Add copying of nginx config into maintenance 'code' target

- To use the nginx config in rebranding.
This commit is contained in:
Wolfgang Huß 2021-06-01 13:11:39 +02:00
parent a0a2fb43ab
commit 19e3c9cc7a

View File

@ -68,6 +68,8 @@ COPY constants constants
COPY nuxt.config.js nuxt.config.js
COPY config/ config/
# this is needed in rebranding
COPY maintenance/nginx maintenance/nginx
# this will also ovewrite the existing package.json
COPY maintenance/source ./