From 00a7ac4eb5d5f89555301caf51f33f5c6ff76c29 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 15 Dec 2022 11:18:31 +0100 Subject: [PATCH] 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