├── .github └── workflows │ └── docker.yml ├── Dockerfile ├── README.md └── entrypoint.sh /.github/workflows/docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiom-data-science/rsync-server/HEAD/.github/workflows/docker.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiom-data-science/rsync-server/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiom-data-science/rsync-server/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/axiom-data-science/rsync-server/HEAD/entrypoint.sh --------------------------------------------------------------------------------