mirror of
https://github.com/alrayyes/docker-node-rsync
synced 2023-11-14 15:56:26 +00:00
617 B
617 B
docker-node-deploy
Just the official node container (LTS version 8.*) 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, 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.