diff --git a/Dockerfile b/Dockerfile index 7711d16..7a89108 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]