la seguridad necesita mas trabajo

This commit is contained in:
f 2019-09-07 15:23:53 -03:00
parent 8ca1035ba2
commit 25d5bb24b6
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -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