Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,9 @@ USER user
|
|
| 22 |
WORKDIR $HOME/app
|
| 23 |
|
| 24 |
|
| 25 |
-
RUN git clone https://github.com/renqabs/bg.git bg
|
|
|
|
|
|
|
| 26 |
RUN chown -R user $HOME/app/bg
|
| 27 |
WORKDIR $HOME/app/bg
|
| 28 |
RUN npm install
|
|
|
|
| 22 |
WORKDIR $HOME/app
|
| 23 |
|
| 24 |
|
| 25 |
+
#RUN git clone https://github.com/renqabs/bg.git bg
|
| 26 |
+
RUN git clone https://github.com/weaigc/bg.git bg
|
| 27 |
+
|
| 28 |
RUN chown -R user $HOME/app/bg
|
| 29 |
WORKDIR $HOME/app/bg
|
| 30 |
RUN npm install
|