DeFactOfficial commited on
Commit
0cf31cb
1 Parent(s): b419751

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ 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://your-repo-url.git .
38
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
39
  ADD . $HOME/code
40
  COPY --chown=root . $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 .
38
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
39
  ADD . $HOME/code
40
  COPY --chown=root . $HOME/code