abc1181 commited on
Commit
df3fe5e
Β·
verified Β·
1 Parent(s): 1ec582f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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