Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y git
|
|
| 8 |
WORKDIR /app
|
| 9 |
|
| 10 |
# Clone the repository
|
| 11 |
-
RUN https://huggingface.co/datasets/PyxiVerse/server .
|
| 12 |
|
| 13 |
# Install the dependencies
|
| 14 |
RUN npm install
|
|
|
|
| 8 |
WORKDIR /app
|
| 9 |
|
| 10 |
# Clone the repository
|
| 11 |
+
RUN git clone https://huggingface.co/datasets/PyxiVerse/server .
|
| 12 |
|
| 13 |
# Install the dependencies
|
| 14 |
RUN npm install
|