forked from coop-cloud/backup-bot-two
Move entrypoint script into Docker image
This commit is contained in:
@ -6,6 +6,7 @@ RUN apk add --upgrade --no-cache restic bash python3 py3-pip
|
||||
RUN pip install click==8.1.7 docker==6.1.3 resticpy==1.0.2
|
||||
|
||||
COPY backupbot.py /usr/bin/backup
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT /bin/bash
|
||||
CMD /entrypoint.sh
|
||||
|
Reference in New Issue
Block a user