Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -21,8 +21,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
|
| 21 |
|
| 22 |
# ββ Vane βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 23 |
WORKDIR /app
|
| 24 |
-
RUN git clone https://github.com/ItzCrazyKns/Perplexica.git
|
| 25 |
-
git checkout v1.11.2
|
| 26 |
COPY config.toml ./config.toml
|
| 27 |
|
| 28 |
RUN npm install
|
|
|
|
| 21 |
|
| 22 |
# ββ Vane βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 23 |
WORKDIR /app
|
| 24 |
+
RUN git clone https://github.com/ItzCrazyKns/Perplexica.git
|
|
|
|
| 25 |
COPY config.toml ./config.toml
|
| 26 |
|
| 27 |
RUN npm install
|