Update Dockerfile

This commit is contained in:
kadma
2024-01-21 12:30:46 -05:00
committed by GitHub
parent f234607ba9
commit dca9fe00c2

View File

@@ -6,7 +6,7 @@ RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 pyt
COPY . . COPY . .
ENV IP_PING="1270.0.0.1" ENV IP_PING="127.0.0.1:8080"
ENV TOKEN="token" ENV TOKEN="token"