We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc3bd4 commit a63f685Copy full SHA for a63f685
template/Dockerfile
@@ -16,4 +16,4 @@ RUN npm run build \
16
&& npm prune
17
18
# Start server
19
-CMD ["npm", "start"]
+CMD ["node", "./node_modules/moleculer/bin/moleculer-runner.js"]
0 commit comments