mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 01:41:42 +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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue