Skip to content

Commit 3f93361

Browse files
committed
chore: add source maps to node args
1 parent fd53538 commit 3f93361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ COPY --from=installer /app/apps/api/dist/runtime/ /runtime/
3131
RUN echo '{ "type": "module", "imports": { "#runtime/v1/*": "./dist/runtime/v1/*" } }' > package.json
3232
RUN echo '{ "type": "module" }' > /runtime/package.json
3333
USER node
34-
CMD [ "node", "./dist/app.js" ]
34+
CMD [ "node", "--enable-source-maps", "./dist/app.js" ]

0 commit comments

Comments
 (0)