fixed prodution stage of webapp container

This commit is contained in:
Ulf Gebhardt 2021-02-12 03:03:41 +01:00
parent 0bbb90387d
commit 02d31d0a94
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -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