Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 ./* && \
|