diff --git a/Dockerfile b/Dockerfile index 36b4f09f..d8932255 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,9 +97,9 @@ COPY --from=build /home/app/sutty/Gemfile.lock Gemfile.lock USER root # Convertir la aplicaciĆ³n en solo lectura -RUN chown -R root:root /srv/http -RUN chmod -R o=g /srv/http -RUN chown -R app:www-data _deploy _sites +#RUN chown -R root:root /srv/http +#RUN chmod -R o=g /srv/http +#RUN chown -R app:www-data _deploy _sites # Sincronizar los assets a un directorio compartido RUN apk add --no-cache rsync