3.4.0
,latest
(Dockerfile)
This is a Docker image for the s3_website Ruby gem.
To run this image:
docker run --rm -v $(pwd):/app kidsil/s3_website [COMMAND]
For example:
docker run --rm -v $(pwd):/app kidsil/s3_website cfg create
docker run --rm -v $(pwd):/app kidsil/s3_website cfg apply --headless --autocreate-cloudfront-dist
docker run --rm -v $(pwd):/app kidsil/s3_website push
See the s3_website documentation for more details on available commands and usage.
To build this image:
docker build -t kidsil/s3_website .