https://github.com/toolsplus/docker_s3_website
Dockerfile for s3_website
https://github.com/toolsplus/docker_s3_website
Last synced: 3 months ago
JSON representation
Dockerfile for s3_website
- Host: GitHub
- URL: https://github.com/toolsplus/docker_s3_website
- Owner: toolsplus
- License: apache-2.0
- Created: 2018-03-22T14:16:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T05:17:22.000Z (about 8 years ago)
- Last Synced: 2025-07-13T18:46:47.183Z (10 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker S3_website
[]()
This repository contains **Dockerfile** to build static websites using [s3_website](https://github.com/laurilehmijoki/s3_website).
## Installation ##
1. Install [Docker](https://www.docker.com)
2. Pull [automated build](https://registry.hub.docker.com/u/toolsplus/scala-sbt-aws) from public [Docker Hub Registry](https://registry.hub.docker.com):
```
docker pull toolsplus/docker_s3_website
```
Alternatively, you can build an image from Dockerfile:
```
docker build -t toolsplus/docker_s3_website github.com/toolsplus/docker_s3_website
```
## Usage ##
```
docker run -it --rm toolsplus/docker_s3_website
```