fix github worker errors

This commit is contained in:
einhornimmond 2025-06-15 09:23:14 +02:00
parent a7a29623a8
commit 1f3235a34f
2 changed files with 1 additions and 3 deletions

View File

@ -29,6 +29,7 @@
"dependencies": {
"esbuild": "^0.25.2",
"joi": "^17.13.3",
"log4js": "^6.9.1",
"source-map-support": "^0.5.21",
"yoctocolors-cjs": "^2.1.2",
"zod": "^3.25.61"

View File

@ -116,8 +116,5 @@ COPY --chown=app:app --from=build ${DOCKER_WORKDIR}/dht-node/build/index.js ./in
# add node_modules from production_node_modules
COPY --chown=app:app --from=production-node-modules ${DOCKER_WORKDIR}/node_modules ./node_modules
# Copy log4js-config.json to provide log configuration
COPY --chown=app:app --from=build ${DOCKER_WORKDIR}/dht-node/log4js-config.json ./log4js-config.json
# Run command
CMD ["node", "index.js"]