jesonouyang commited on
Commit
4d610e2
·
1 Parent(s): 3800bde

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,4 +33,4 @@ RUN npm install
33
  RUN bud build
34
 
35
  # Start the service
36
- CMD ["/app", "--listen", "0.0.0.0:3000"]
 
33
  RUN bud build
34
 
35
  # Start the service
36
+ CMD ["./bud/app", "--listen", "0.0.0.0:3000"]