deleted old comment

This commit is contained in:
Ulf Gebhardt 2022-12-15 11:18:31 +01:00
parent 59b40bf44d
commit 00a7ac4eb5
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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