Skip to content

Commit f5d5ce0

Browse files
authored
fix: Dockerfile
1 parent b8e7300 commit f5d5ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ EXPOSE 50051
3333
USER root
3434
USER node
3535

36-
CMD [ "npm", "start" ]
36+
CMD [ "node", "./lib/start.cjs" ]

0 commit comments

Comments
 (0)