From 676bfce6f201c61859512276adc4c3393049348c Mon Sep 17 00:00:00 2001 From: bluecraank Date: Fri, 19 Apr 2024 10:09:22 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ae6c416..50befba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,9 +35,9 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \ # Clone source code if not downloaded RUN rm -rf /var/www/html # RUN git clone https://github.com/bluecraank/open-signage.git /var/www/html -ARG BRANCH=master -ADD https://api.github.com/repos/bluecraank/open-signage/git/refs/heads/$BRANCH version.json -RUN git clone -b $BRANCH https://github.com/bluecraank/open-signage.git /var/www/html + +ADD https://api.github.com/repos/bluecraank/open-signage/git/refs/heads/master version.json +RUN git clone -b master https://github.com/bluecraank/open-signage.git /var/www/html COPY .env.example.productive /var/www/html/.env