Disable ssl verify

This commit is contained in:
Agus Susahnti 2022-03-29 01:07:44 +07:00
parent 7b03b8afa3
commit 03e2d3b7ac

View file

@ -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"]
ENTRYPOINT ["./tensorflow"]