From 9f549371f7d46da4e3700a8f63eda67c0de97bb8 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 20 Jan 2021 19:59:29 +0100 Subject: [PATCH] fixed dockerfile for maintenance with new config --- webapp/Dockerfile.maintenance | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/Dockerfile.maintenance b/webapp/Dockerfile.maintenance index a688e0f82..b02fe352b 100644 --- a/webapp/Dockerfile.maintenance +++ b/webapp/Dockerfile.maintenance @@ -27,6 +27,7 @@ COPY plugins/i18n.js plugins/v-tooltip.js plugins/styleguide.js plugins/ COPY static static COPY constants constants COPY nuxt.config.js nuxt.config.js +COPY config/ config/ # this will also ovewrite the existing package.json COPY maintenance/source ./