upd: Dockerfile

change default brange for building image
This commit is contained in:
2026-06-17 19:12:26 -04:00
parent e7c64a5a13
commit 02b843a2b7
+1 -1
View File
@@ -42,7 +42,7 @@ RUN curl -sS https://get.symfony.com/cli/installer | bash && \
mv /root/.symfony5/bin/symfony /usr/local/bin/symfony mv /root/.symfony5/bin/symfony /usr/local/bin/symfony
ARG CACHEBURST=1 ARG CACHEBURST=1
ARG BRANCH=master ARG BRANCH=main
WORKDIR /var/www/html WORKDIR /var/www/html
RUN git clone -b ${BRANCH} --single-branch https://gitea.rkprather.com/ryan/sermon-notes.git ./ RUN git clone -b ${BRANCH} --single-branch https://gitea.rkprather.com/ryan/sermon-notes.git ./