Skip to content

Instantly share code, notes, and snippets.

@skipperkongen
Created November 11, 2021 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skipperkongen/e020c92fa1284ea2c682306df86f45fa to your computer and use it in GitHub Desktop.
Save skipperkongen/e020c92fa1284ea2c682306df86f45fa to your computer and use it in GitHub Desktop.
Docker static HTML with nginx
FROM nginx:latest
COPY src /usr/share/nginx/html
# docker build -t try-docker-nginx-statichtml .
# docker run -p 8080:80 try-docker-nginx-statichtml
# open localhost:8080 in browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment