jesonouyang commited on
Commit
1fc796a
·
1 Parent(s): 504d2e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ RUN npm install
32
  # Build the application
33
  RUN bud build
34
 
35
- RUN touch ./bud/user-manager.db
36
 
37
  # Start the service
38
  CMD ["./bud/app", "--listen", "0.0.0.0:3000"]
 
32
  # Build the application
33
  RUN bud build
34
 
35
+ RUN touch ./user-manager.db
36
 
37
  # Start the service
38
  CMD ["./bud/app", "--listen", "0.0.0.0:3000"]