Skip to content

shadyoak/s3_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

S3 Website Docker Image

This is a Docker image for the s3_website Ruby gem.

Usage

To run this image:

docker run --rm -v $(pwd):/app shadyoak/s3_website [COMMAND]

For example:

docker run --rm -v $(pwd):/app shadyoak/s3_website cfg create
docker run --rm -v $(pwd):/app shadyoak/s3_website cfg apply --headless --autocreate-cloudfront-dist
docker run --rm -v $(pwd):/app shadyoak/s3_website push

See the s3_website documentation for more details on available commands and usage.

Build

To build this image:

docker build -t shadyoak/s3_website .

License

MIT License

About

Docker image for the s3_website Ruby gem.

Resources

License

Stars

Watchers

Forks

Packages

No packages published