瀏覽代碼

[CI SKIP]

robert 11 月之前
父節點
當前提交
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 \