Move /entrypoint.sh to Dockerfile
This commit is contained in:
parent
001a654e37
commit
e77432e3ab
@ -8,3 +8,4 @@ RUN pip install click==8.1.7 docker==6.1.3 resticpy==1.0.2
|
||||
COPY backupbot.py /usr/bin/backup
|
||||
|
||||
ENTRYPOINT /bin/bash
|
||||
CMD /entrypoint.sh
|
||||
|
@ -23,7 +23,6 @@ services:
|
||||
- source: entrypoint
|
||||
target: /entrypoint.sh
|
||||
mode: 0555
|
||||
entrypoint: ['/entrypoint.sh']
|
||||
#entrypoint: ['tail', '-f','/dev/null']
|
||||
healthcheck:
|
||||
test: "pgrep crond"
|
||||
|
Loading…
x
Reference in New Issue
Block a user