robert 11 месяцев назад
Родитель
Сommit
7d419b3313
1 измененных файлов с 1 добавлено и 0 удалено
  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 \