Update Dockerfile

This commit is contained in:
bvn13 2024-11-10 14:49:54 +03:00
parent aea07c99dc
commit 9b97d00fa7

View File

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