Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Docker nginx static server

Here is an instruction of how to build an image and run it.

  1. docker build -t docker-nginx-static-image .
  2. docker run --name docker-nginx-static -d -p 8080:80 docker-nginx-static-image

This maps real port 8080 into containers 80.

For further usage modify Dockerfile and/or add resources to static folder.

Deploy with jakeloud🚀

About

static website template for jakeloud🚀

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages