Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
|
@@ -34,10 +34,9 @@ RUN npm install pm2 -g
|
|
| 34 |
WORKDIR $HOME/code
|
| 35 |
|
| 36 |
# Clone your repository (replace with your actual repo URL)
|
| 37 |
-
RUN git clone https://huggingface.co/spaces/DeFactOfficial/MMAPI-2 .
|
| 38 |
|
| 39 |
-
|
| 40 |
-
RUN git pull
|
| 41 |
|
| 42 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 43 |
ADD . $HOME/code
|
|
|
|
| 34 |
WORKDIR $HOME/code
|
| 35 |
|
| 36 |
# Clone your repository (replace with your actual repo URL)
|
| 37 |
+
# RUN git clone https://huggingface.co/spaces/DeFactOfficial/MMAPI-2 .
|
| 38 |
|
| 39 |
+
#RUN git pull
|
|
|
|
| 40 |
|
| 41 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 42 |
ADD . $HOME/code
|