mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch 'master' into fix-coverage
This commit is contained in:
commit
2c71293414
@ -1 +1 @@
|
|||||||
v19.4.0
|
v20.2.0
|
||||||
@ -34,7 +34,7 @@ FROM $APP_IMAGE_BASE as branded
|
|||||||
|
|
||||||
# TODO - do all copying with one COPY command to have one layer
|
# TODO - do all copying with one COPY command to have one layer
|
||||||
# Copy "binary"-files from build image
|
# Copy "binary"-files from build image
|
||||||
COPY --from=build ${DOCKER_WORKDIR}/dist ./dist
|
COPY --from=build ${DOCKER_WORKDIR}/build ./build
|
||||||
COPY --from=build ${DOCKER_WORKDIR}/node_modules ./node_modules
|
COPY --from=build ${DOCKER_WORKDIR}/node_modules ./node_modules
|
||||||
# TODO - externalize the uploads so we can copy the whole folder
|
# TODO - externalize the uploads so we can copy the whole folder
|
||||||
COPY --from=build ${DOCKER_WORKDIR}/public/img/ ./public/img/
|
COPY --from=build ${DOCKER_WORKDIR}/public/img/ ./public/img/
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
v19.4.0
|
v20.2.0
|
||||||
Loading…
x
Reference in New Issue
Block a user