We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c195a91 commit 6200fbcCopy full SHA for 6200fbc
Dockerfile
@@ -49,4 +49,4 @@ EXPOSE 3000
49
ENV NODE_ENV=production
50
51
ENTRYPOINT ["dumb-init"]
52
-CMD ["node", "./build"]
+CMD ["node", "--enable-source-maps", "build/index.js"]
0 commit comments