diff --git a/Dockerfile b/Dockerfile index 4ba31b5..f174813 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.d RUN rm -r /var/www/ && mkdir /var/www/ WORKDIR /var/www/ -RUN git clone https://forge.leslibres.org/Knah-Tsaeb/Soshot.git --branch dev --single-branch --depth 1 . +RUN git clone https://forge.leslibres.org/Knah-Tsaeb/Soshot.git --branch main --single-branch --depth 1 . RUN composer install --no-dev && chown -R www-data:www-data /var/www/ RUN cp .docker/start.sh /usr/bin/start.sh