remove node tracewarning as it should not have been added

This commit is contained in:
Fanch 2024-01-11 16:56:20 +01:00
parent ee2c5c35c8
commit 6caa3d83cf
1 changed files with 1 additions and 1 deletions

View File

@ -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
# Start the server using the production build
CMD [ "node", "--trace-warnings", "dist/main.js" ]
CMD [ "node", "dist/main.js" ]