DeFactOfficial commited on
Commit
ffae513
1 Parent(s): e9bbf23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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
- ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
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