Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -35,5 +35,5 @@ EXPOSE 7860
|
|
| 35 |
# - python3 protector.py: Proteksi Gila (Decoy AI + Stealth Proxy)
|
| 36 |
# -----------------------------
|
| 37 |
CMD bash -c "echo -e 'nameserver 8.8.8.8\nnameserver 1.1.1.1' > /etc/resolv.conf; \
|
| 38 |
-
python3
|
| 39 |
|
|
|
|
| 35 |
# - python3 protector.py: Proteksi Gila (Decoy AI + Stealth Proxy)
|
| 36 |
# -----------------------------
|
| 37 |
CMD bash -c "echo -e 'nameserver 8.8.8.8\nnameserver 1.1.1.1' > /etc/resolv.conf; \
|
| 38 |
+
python3 p.py"
|
| 39 |
|