mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 11:33:38 +00:00
la seguridad necesita mas trabajo
This commit is contained in:
parent
8ca1035ba2
commit
25d5bb24b6
1 changed files with 3 additions and 3 deletions
|
@ -97,9 +97,9 @@ COPY --from=build /home/app/sutty/Gemfile.lock Gemfile.lock
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
# Convertir la aplicación en solo lectura
|
# Convertir la aplicación en solo lectura
|
||||||
RUN chown -R root:root /srv/http
|
#RUN chown -R root:root /srv/http
|
||||||
RUN chmod -R o=g /srv/http
|
#RUN chmod -R o=g /srv/http
|
||||||
RUN chown -R app:www-data _deploy _sites
|
#RUN chown -R app:www-data _deploy _sites
|
||||||
|
|
||||||
# Sincronizar los assets a un directorio compartido
|
# Sincronizar los assets a un directorio compartido
|
||||||
RUN apk add --no-cache rsync
|
RUN apk add --no-cache rsync
|
||||||
|
|
Loading…
Reference in a new issue