Skip to content

Instantly share code, notes, and snippets.

@arjun921
Created January 7, 2020 15:20
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 arjun921/6a916df915f96a5a8ec885cf36e29e23 to your computer and use it in GitHub Desktop.
Save arjun921/6a916df915f96a5a8ec885cf36e29e23 to your computer and use it in GitHub Desktop.
Docker file for serving Static sites
FROM nginx:alpine
# copy all files to docker (hoping index.html and Dockerfile are at the same level)
COPY . usr/share/nginx/html/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment