Skip to content

Instantly share code, notes, and snippets.

@sparrow
Last active February 24, 2021 13:22
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 sparrow/807eae74537e1df2e8f15cc5b210dc17 to your computer and use it in GitHub Desktop.
Save sparrow/807eae74537e1df2e8f15cc5b210dc17 to your computer and use it in GitHub Desktop.
This is a code snippet that we used for our blog post https://rubygarage.org/blog/advantages-of-using-docker-for-microservices at RubyGarage. The code shows a Dockerfile for the Nginx container.
FROM nginx:stable-alpine
COPY site.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