Skip to content

Commit a63f685

Browse files
committed
Enable graceful shutdown on Docker
1 parent ffc3bd4 commit a63f685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ RUN npm run build \
1616
&& npm prune
1717

1818
# Start server
19-
CMD ["npm", "start"]
19+
CMD ["node", "./node_modules/moleculer/bin/moleculer-runner.js"]

0 commit comments

Comments
 (0)