mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
start fixing frontend docker file for production
This commit is contained in:
parent
874db6b8fe
commit
84d07d4353
@ -81,9 +81,9 @@ CMD /bin/sh -c "yarn run dev"
|
|||||||
FROM base as production
|
FROM base as production
|
||||||
|
|
||||||
# Copy "binary"-files from build image
|
# Copy "binary"-files from build image
|
||||||
COPY --from=build ${DOCKER_WORKDIR}/.nuxt ./.nuxt
|
COPY --from=build ${DOCKER_WORKDIR}/dist ./dist
|
||||||
COPY --from=build ${DOCKER_WORKDIR}/node_modules ./node_modules
|
#COPY --from=build ${DOCKER_WORKDIR}/node_modules ./node_modules
|
||||||
COPY --from=build ${DOCKER_WORKDIR}/nuxt.config.js ./nuxt.config.js
|
#COPY --from=build ${DOCKER_WORKDIR}/nuxt.config.js ./nuxt.config.js
|
||||||
# Copy static files
|
# Copy static files
|
||||||
# TODO - this should be one Folder containign all stuff needed to be copied
|
# TODO - this should be one Folder containign all stuff needed to be copied
|
||||||
#COPY --from=build ${DOCKER_WORKDIR}/constants ./constants
|
#COPY --from=build ${DOCKER_WORKDIR}/constants ./constants
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user