From 798051f360b650340e395b869309f49b2f1bd190 Mon Sep 17 00:00:00 2001 From: joseji Date: Wed, 14 Dec 2022 00:10:45 +0100 Subject: [PATCH 1/2] docker error solved --- backend/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index c09e5aaf8..945f92ac1 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -108,8 +108,7 @@ COPY --from=build ${DOCKER_WORKDIR}/tsconfig.json ./tsconfig.json # Copy log4js-config.json to provide log configuration COPY --from=build ${DOCKER_WORKDIR}/log4js-config.json ./log4js-config.json # 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 --from=build ${DOCKER_WORKDIR}/run ./run From 00a7ac4eb5d5f89555301caf51f33f5c6ff76c29 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 15 Dec 2022 11:18:31 +0100 Subject: [PATCH 2/2] deleted old comment --- backend/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 945f92ac1..910bdd504 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -107,7 +107,6 @@ COPY --from=build ${DOCKER_WORKDIR}/package.json ./package.json COPY --from=build ${DOCKER_WORKDIR}/tsconfig.json ./tsconfig.json # Copy log4js-config.json to provide log configuration COPY --from=build ${DOCKER_WORKDIR}/log4js-config.json ./log4js-config.json -# Copy memonic type since its referenced in the sources # Copy run scripts run/ # COPY --from=build ${DOCKER_WORKDIR}/run ./run