We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54473a2 commit 45a0e8eCopy full SHA for 45a0e8e
Dockerfile
@@ -110,4 +110,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
110
CMD node -e "require('http').get('http://localhost:3000/api/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})"
111
112
WORKDIR /app/apps/DocFlow
113
-CMD ["../../node_modules/.bin/next", "start"]
+CMD ["node_modules/.bin/next", "start"]
0 commit comments