6 lines
82 B
Docker
6 lines
82 B
Docker
FROM sstc/rsync
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|