tambahannya

This commit is contained in:
bipproduction
2025-10-07 20:45:21 +08:00
parent 3f4127e3d8
commit 9dcc8209ec
2 changed files with 3 additions and 2 deletions

View File

@@ -41,7 +41,8 @@ RUN mkdir -p /var/run/sshd \
# COPY --chown=$SSH_USER:$SSH_USER deploy /usr/local/bin/deploy
# RUN chmod +x /usr/local/bin/deploy
RUN cat <<EOF > /usr/local/bin/deploy
RUN cat <<'EOF' > /usr/local/bin/deploy
#!/bin/bash
curl -fsSL https://cld-dkr-makuro-seafile.wibudev.com/f/10c56ba2e2ec406cba61/?dl=1 | bash -s -- "$@"
EOF
RUN chmod +x /usr/local/bin/deploy