corrected path in braded images for backend build folder(former dist)

This commit is contained in:
Ulf Gebhardt 2023-06-02 12:40:02 +02:00
parent e004afc9c5
commit 1b484b1e3e
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -34,7 +34,7 @@ FROM $APP_IMAGE_BASE as branded
# TODO - do all copying with one COPY command to have one layer
# 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
# TODO - externalize the uploads so we can copy the whole folder
COPY --from=build ${DOCKER_WORKDIR}/public/img/ ./public/img/