diff --git a/Dockerfile b/Dockerfile index 094a3175..1746a5cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -105,6 +105,7 @@ RUN adduser -s /bin/sh -G www-data -h /srv/http -D app # Convertirse en app para instalar USER app COPY --from=build --chown=app:www-data /home/app/checkout /srv/http +COPY --chown=app:www-data ./.git/ ./.git/ RUN rm -rf /srv/http/_sites /srv/http/_deploy RUN ln -s data/_storage /srv/http/_storage RUN ln -s data/_sites /srv/http/_sites