Skip to content

Instantly share code, notes, and snippets.

@jeffknupp
Created December 15, 2016 23:27
Show Gist options
  • Save jeffknupp/09b485e09025b9198c098a228b3f1f1a to your computer and use it in GitHub Desktop.
Save jeffknupp/09b485e09025b9198c098a228b3f1f1a to your computer and use it in GitHub Desktop.
FROM nginx
COPY dist/ /opt/frontend/
COPY deploy/nginx.conf /etc/nginx/nginx.conf
RUN rm /etc/nginx/conf.d/default.conf
COPY deploy/explore.conf /etc/nginx/sites-enabled/frontend.conf
COPY deploy/explore.conf /etc/nginx/sites-available/frontend.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment