Skip to content

Latest commit

 

History

History
executable file
·
15 lines (9 loc) · 374 Bytes

README.md

File metadata and controls

executable file
·
15 lines (9 loc) · 374 Bytes

Docker Nginx Static

Build a docker image that serves static content with Nginx

Requirements

Building & running your image

  • docker build -t youruser/yourproject .
  • docker run -d -p 80:80 --name project youruserName/yourproject