1
0
mirror of https://github.com/alrayyes/docker-node-rsync synced 2023-11-14 15:56:26 +00:00
docker-node-rsync/README.md

12 lines
617 B
Markdown
Raw Normal View History

2017-06-07 15:34:31 +00:00
# docker-node-deploy
2016-05-08 12:32:38 +00:00
2018-08-20 19:09:28 +00:00
Just the [official node container (LTS version 8.*)](https://hub.docker.com/_/node/) with added rsync and lftp support.
## Building Docker Images
Run `./bin/build.sh` to build a version of the Dockerfile at the root of this project.
## Releasing Container Versions
From [How to Version your Docker Images](https://medium.com/travis-on-docker/how-to-version-your-docker-images-1d5c577ebf54), bump `VERSION` and then run `./bin/release.sh`. This will build a container and automatically create and push a commit with the change to Github. Docker Hub is set to create a build based on any tag.