mirror of
https://gitlab.com/mobicoop/v3/service/auth.git
synced 2026-02-22 18:30:45 +00:00
remove node tracewarning as it should not have been added
This commit is contained in:
@@ -80,4 +80,4 @@ COPY --chown=node:node --from=build /usr/src/app/opa ./opa
|
|||||||
COPY --chown=node:node --from=build /usr/src/app/dist ./dist
|
COPY --chown=node:node --from=build /usr/src/app/dist ./dist
|
||||||
|
|
||||||
# Start the server using the production build
|
# Start the server using the production build
|
||||||
CMD [ "node", "--trace-warnings", "dist/main.js" ]
|
CMD [ "node", "dist/main.js" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user