Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -74,7 +74,7 @@ RUN playwright install-deps
|
|
| 74 |
RUN playwright install chromium
|
| 75 |
|
| 76 |
# Clone repository
|
| 77 |
-
RUN git clone https://github.com/
|
| 78 |
|
| 79 |
# Copy file lokal (menimpa repo jika ada)
|
| 80 |
COPY . /app
|
|
|
|
| 74 |
RUN playwright install chromium
|
| 75 |
|
| 76 |
# Clone repository
|
| 77 |
+
RUN git clone https://github.com/Theyka/Turnstile-Solver.git /app
|
| 78 |
|
| 79 |
# Copy file lokal (menimpa repo jika ada)
|
| 80 |
COPY . /app
|