mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
docker error solved
This commit is contained in:
parent
1229a7f7df
commit
798051f360
@ -108,8 +108,7 @@ COPY --from=build ${DOCKER_WORKDIR}/tsconfig.json ./tsconfig.json
|
|||||||
# Copy log4js-config.json to provide log configuration
|
# Copy log4js-config.json to provide log configuration
|
||||||
COPY --from=build ${DOCKER_WORKDIR}/log4js-config.json ./log4js-config.json
|
COPY --from=build ${DOCKER_WORKDIR}/log4js-config.json ./log4js-config.json
|
||||||
# Copy memonic type since its referenced in the sources
|
# Copy memonic type since its referenced in the sources
|
||||||
# TODO: remove
|
|
||||||
COPY --from=build ${DOCKER_WORKDIR}/src/config/mnemonic.uncompressed_buffer13116.txt ./src/config/mnemonic.uncompressed_buffer13116.txt
|
|
||||||
# Copy run scripts run/
|
# Copy run scripts run/
|
||||||
# COPY --from=build ${DOCKER_WORKDIR}/run ./run
|
# COPY --from=build ${DOCKER_WORKDIR}/run ./run
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user