diff --git a/Dockerfile b/Dockerfile index cbe42e9e..a3256076 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,6 +112,7 @@ RUN chmod 755 /usr/local/bin/sync_assets # Instalar la configuraciĆ³n de monit y comprobarla RUN install -m 640 -o root -g root ./monit.conf /etc/monit.d/sutty.conf RUN monit -t +RUN apk add --no-cache git # Mantener estos directorios! VOLUME "/srv/http/_deploy"