forked from coop-cloud/backup-bot-two
Switch ENTRYPOINT to try to resolve loop on start
This commit is contained in:
@ -8,5 +8,4 @@ RUN pip install --break-system-packages resticpy==1.0.2
|
||||
COPY backupbot.py /usr/bin/backup
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT /bin/bash
|
||||
CMD /entrypoint.sh
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
|
Reference in New Issue
Block a user