Skip to content

Small Web Server to serve SPA and static files

License

Notifications You must be signed in to change notification settings

moonrhythm/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webserver

Small Web Server to serve SPA and static files

Usage

Dockerfile

FROM gcr.io/moonrhythm-containers/webserver

ADD . .

Build

docker build -t web .

Run

docker run --rm -p 8080:8080 web

About

Small Web Server to serve SPA and static files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published