diff --git a/Dockerfile b/Dockerfile index 18a1abd..343561c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get install -y git ARG CACHEBUST=1 # Copy html -RUN git clone http://gitea.bvn13.me/bvn13/bvn13-me.git /app +RUN git clone https://gitea.bvn13.me/bvn13/bvn13-me.git /app RUN ls -la / RUN ls -la /app RUN ls -la /app/src