robert hace 11 meses
padre
commit
7d419b3313
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -9,6 +9,7 @@ COPY entrypoint.sh /usr/bin/entrypoint.sh
 
 
 RUN tar xf  /app/soft/sersync.tar.gz -C /app/soft \
+    && rm -f /app/soft/sersync.tar.gz \
     && chmod 600 /etc/rsync.pass \
     && chmod +x /usr/bin/entrypoint.sh \
     && cd /app \