Skip to content

Instantly share code, notes, and snippets.

@brunosabot
Created September 17, 2019 07:42
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 brunosabot/e0fef5aa5865b457bd26f22051c287c8 to your computer and use it in GitHub Desktop.
Save brunosabot/e0fef5aa5865b457bd26f22051c287c8 to your computer and use it in GitHub Desktop.
FROM nginx:alpine
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
COPY html /usr/share/nginx/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment