remove node tracewarning as it should not have been added
This commit is contained in:
parent
ee2c5c35c8
commit
6caa3d83cf
|
@ -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" ]
|
||||||
|
|
Loading…
Reference in New Issue