fixed dockerfile for maintenance with new config

This commit is contained in:
Ulf Gebhardt 2021-01-20 19:59:29 +01:00
parent 7d66431049
commit 9f549371f7
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -27,6 +27,7 @@ COPY plugins/i18n.js plugins/v-tooltip.js plugins/styleguide.js plugins/
COPY static static COPY static static
COPY constants constants COPY constants constants
COPY nuxt.config.js nuxt.config.js COPY nuxt.config.js nuxt.config.js
COPY config/ config/
# this will also ovewrite the existing package.json # this will also ovewrite the existing package.json
COPY maintenance/source ./ COPY maintenance/source ./