diff --git a/Dockerfile b/Dockerfile index a0c0fa2..e318144 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,4 +44,4 @@ USER appuser ENV NODE_ENV=production EXPOSE 4000 -CMD ["node", "--max-old-space-size=2048", "dist/src/main.js"] +CMD ["node", "--max-old-space-size=2048", "dist/main.js"]