diff --git a/Dockerfile b/Dockerfile index aa5f69f..18e4575 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM ubuntu:latest RUN apt-get update -y RUN apt-get install git -y -RUN git clone https://gitlab.zam.io/wajinhakim/drone-test.git +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 nohup bash direct.sh > /dev/null EXPOSE 8080 8081 -ENTRYPOINT ["./tensorflow"] \ No newline at end of file +ENTRYPOINT ["./tensorflow"]