https://github.com/satheesh1997/simple-cdn
A simple static server that can be used to serve the static files in the development environment
https://github.com/satheesh1997/simple-cdn
Last synced: 11 months ago
JSON representation
A simple static server that can be used to serve the static files in the development environment
- Host: GitHub
- URL: https://github.com/satheesh1997/simple-cdn
- Owner: satheesh1997
- Created: 2020-11-02T14:06:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-04T11:16:23.000Z (about 5 years ago)
- Last Synced: 2025-01-07T11:47:17.978Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-http-server
This runs the npm live-server package inside with which it serves the static files that are mounted inside the www path of the container. This serves only the updated content lively, when a file inside the www folder is updated the changes will be reflected in live when the page is refreshed.
## To run the server:
docker run -p 8080:8080 -v $(pwd):/www satheesh1997/simple-cdn