mirror of
https://github.com/Fishwaldo/docker-rsync.git
synced 2025-03-15 19:42:44 +00:00
fix: make entrypoint executable
This commit is contained in:
parent
3afe09955c
commit
cb6e001f32
1 changed files with 1 additions and 0 deletions
|
@ -6,5 +6,6 @@ RUN apk update && apk add rsync
|
|||
EXPOSE 873
|
||||
VOLUME /volume
|
||||
ADD ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Reference in a new issue