mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-15 15:31:16 +00:00
fix: update ENTRYPOINT to use bash for backup script execution
This commit is contained in:
@@ -25,4 +25,4 @@ RUN chmod +x /usr/local/bin/backup-entrypoint.sh
|
||||
|
||||
WORKDIR /backup
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/backup-entrypoint.sh"]
|
||||
ENTRYPOINT ["/bin/bash", "/usr/local/bin/backup-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user