Skip to content

Instantly share code, notes, and snippets.

@FlorianRappl
Created November 18, 2019 23:24
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 FlorianRappl/6366c98e44205bc1ced4263016244a5f to your computer and use it in GitHub Desktop.
Save FlorianRappl/6366c98e44205bc1ced4263016244a5f to your computer and use it in GitHub Desktop.
FROM nginx:stable
COPY ./dist/ /var/www
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
CMD ["nginx -g 'daemon off;'"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment