Skip to content

Instantly share code, notes, and snippets.

@byronmejia
Created July 15, 2016 05:02
Show Gist options
  • Save byronmejia/02e68decabaed288f1ff186223a1c2d6 to your computer and use it in GitHub Desktop.
Save byronmejia/02e68decabaed288f1ff186223a1c2d6 to your computer and use it in GitHub Desktop.
Code Network NGINX file
FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf
COPY out /usr/share/nginx/html
EXPOSE 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment