Update Dockerfile

This commit is contained in:
kadma
2024-01-21 12:38:31 -05:00
committed by GitHub
parent 0552fa155b
commit d970bc9320

View File

@@ -4,6 +4,8 @@ WORKDIR /app
RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget curl -y
RUN pip install schedule
COPY . .
ENV IP_PING="127.0.0.1:8080"