Spaces:
Sleeping
Sleeping
Commit ·
ffb7bcd
1
Parent(s): 7ee87fb
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,8 @@ RUN make install
|
|
| 24 |
RUN go install .
|
| 25 |
RUN bud version
|
| 26 |
|
| 27 |
-
|
|
|
|
| 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
|