Skip to content

Instantly share code, notes, and snippets.

@pomber
Created March 30, 2017 14:04
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 pomber/628920e89308f54b27e0fa6b81184a84 to your computer and use it in GitHub Desktop.
Save pomber/628920e89308f54b27e0fa6b81184a84 to your computer and use it in GitHub Desktop.
NGINX Dockerfile
FROM nginx:alpine
COPY web/build /usr/share/nginx/html
COPY docker/nginx.node.conf /etc/nginx/conf.d/default.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment