jesonouyang commited on
Commit
21e96c0
·
1 Parent(s): 1c12d4a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN ls -la /bin
15
  RUN chmod +x /bin/bud
16
 
17
  # Install dependencies and build the application
18
- WORKDIR /user-manager
19
  RUN npm install
20
 
21
  # Build the application
 
15
  RUN chmod +x /bin/bud
16
 
17
  # Install dependencies and build the application
18
+ WORKDIR user-manager
19
  RUN npm install
20
 
21
  # Build the application