jesonouyang commited on
Commit
ffb7bcd
·
1 Parent(s): 7ee87fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -24,7 +24,8 @@ RUN make install
24
  RUN go install .
25
  RUN bud version
26
 
27
- RUN git clone https://github.com/1005281342/user-manager.git
 
28
  # Install dependencies and build the application
29
  WORKDIR user-manager
30
  RUN npm install
 
24
  RUN go install .
25
  RUN bud version
26
 
27
+ # be10f835
28
+ RUN git clone https://github.com/1005281342/user-manager.git
29
  # Install dependencies and build the application
30
  WORKDIR user-manager
31
  RUN npm install