robert 11 bulan lalu
induk
melakukan
7d419b3313
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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 \