mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-04 17:10:25 +00:00
Update Dockerfile
This commit is contained in:
@ -3,8 +3,8 @@ FROM debian:bullseye-slim
|
||||
RUN apt update
|
||||
RUN apt-get install rsync -y
|
||||
|
||||
WORKDIR /usr/src/backup.sh
|
||||
WORKDIR /usr/src
|
||||
|
||||
COPY backup.sh /usr/src/backup.sh
|
||||
COPY backup.sh /usr/src
|
||||
|
||||
CMD ["bash","backup.sh"]
|
||||
|
Reference in New Issue
Block a user