Skip to content

Instantly share code, notes, and snippets.

@skynet86
Created June 2, 2019 07:01
Show Gist options
  • Save skynet86/527419732b447ed7537f284ec02d1b38 to your computer and use it in GitHub Desktop.
Save skynet86/527419732b447ed7537f284ec02d1b38 to your computer and use it in GitHub Desktop.
Boilerplate Dockerfile
FROM nginx:1.16-alpine
LABEL Auther="Bhargav Shah"
WORKDIR /usr/share/nginx/html
ONBUILD COPY index.html .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment