Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Last active October 13, 2019 14:18
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 tonysneed/dbfa70216ceeffed6ae2625b0b9d400f to your computer and use it in GitHub Desktop.
Save tonysneed/dbfa70216ceeffed6ae2625b0b9d400f to your computer and use it in GitHub Desktop.
FROM nginx:latest
COPY nginx.conf /etc/nginx/nginx.conf
COPY localhost.crt /etc/ssl/certs/localhost.crt
COPY localhost.key /etc/ssl/private/localhost.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment