From 02d31d0a94aa73a5026d2d9c183c63d1a7e43b6c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 12 Feb 2021 03:03:41 +0100 Subject: [PATCH] fixed prodution stage of webapp container --- webapp/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/Dockerfile b/webapp/Dockerfile index b66488aae..231b03d1c 100644 --- a/webapp/Dockerfile +++ b/webapp/Dockerfile @@ -86,6 +86,7 @@ COPY --from=build ${DOCKER_WORKDIR}/node_modules ./node_modules COPY --from=build ${DOCKER_WORKDIR}/nuxt.config.js ./nuxt.config.js # Copy static files # TODO - this should be one Folder containign all stuff needed to be copied +COPY --from=build ${DOCKER_WORKDIR}/config/ ./config/ COPY --from=build ${DOCKER_WORKDIR}/constants ./constants COPY --from=build ${DOCKER_WORKDIR}/static ./static COPY --from=build ${DOCKER_WORKDIR}/locales ./locales