Spaces:
Quynhp
/
Runtime error

locmtpm commited on
Commit
0c2c163
1 Parent(s): ad1e9ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM node:20.4
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
7
- RUN https://github.com/locmaymo/SillyTavern-huggingface.git .
8
 
9
  RUN chown -R node:node ./* && \
10
  chmod u+x ./* && \
 
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
7
+ RUN git clone https://github.com/locmaymo/SillyTavern-huggingface.git .
8
 
9
  RUN chown -R node:node ./* && \
10
  chmod u+x ./* && \