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 fd53538 commit 3f93361Copy full SHA for 3f93361
apps/api/Dockerfile
@@ -31,4 +31,4 @@ COPY --from=installer /app/apps/api/dist/runtime/ /runtime/
31
RUN echo '{ "type": "module", "imports": { "#runtime/v1/*": "./dist/runtime/v1/*" } }' > package.json
32
RUN echo '{ "type": "module" }' > /runtime/package.json
33
USER node
34
-CMD [ "node", "./dist/app.js" ]
+CMD [ "node", "--enable-source-maps", "./dist/app.js" ]
0 commit comments