create log folder

This commit is contained in:
Ulf Gebhardt 2022-11-25 14:23:47 +01:00
parent 0f71a486a5
commit 1ea8eb1815
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -100,6 +100,8 @@ COPY --from=build ${DOCKER_WORKDIR}/node_modules ./node_modules
COPY --from=build ${DOCKER_WORKDIR}/package.json ./package.json
# Copy Mnemonic files
COPY --from=build ${DOCKER_WORKDIR}/src/config/*.txt ./src/config/
# Copy log folder
COPY --from=build ${DOCKER_WORKDIR}/log ./log
# Copy run scripts run/
# COPY --from=build ${DOCKER_WORKDIR}/run ./run