mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-03-18 21:05:57 +00:00
Fix working dir
This commit is contained in:
@@ -28,5 +28,9 @@ RUN chmod +x /bin/backup
|
||||
COPY entry.sh /entry.sh
|
||||
|
||||
RUN touch /var/log/cron.log
|
||||
|
||||
WORKDIR "/"
|
||||
|
||||
#ENTRYPOINT ["ls"]
|
||||
ENTRYPOINT ["/entry.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user