Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steren/static
A container serving a static file using nginx
https://github.com/steren/static
container microservice nginx
Last synced: about 1 month ago
JSON representation
A container serving a static file using nginx
- Host: GitHub
- URL: https://github.com/steren/static
- Owner: steren
- License: apache-2.0
- Created: 2019-03-14T05:28:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T20:37:35.000Z (over 5 years ago)
- Last Synced: 2024-10-05T11:41:24.512Z (about 2 months ago)
- Topics: container, microservice, nginx
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# static
A container serving a static file using nginxBuild with `$ docker build -t static .`
Run with `$ docker run -p8080:8080 static`
[![Run on Google Cloud](https://storage.googleapis.com/cloudrun/button.png)](https://console.cloud.google.com/cloudshell/editor?shellonly=true&cloudshell_image=gcr.io/cloudrun/button&cloudshell_git_repo=https://github.com/steren/static.git)