Skip to content

Instantly share code, notes, and snippets.

@tonysneed
Last active October 13, 2019 14:18
Embed
What would you like to do?
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