Skip to content

Instantly share code, notes, and snippets.

@leandrodaf
Created April 29, 2020 00:35
Show Gist options
  • Save leandrodaf/d5e9ed1a15f6b46dcd4332feec4fed89 to your computer and use it in GitHub Desktop.
Save leandrodaf/d5e9ed1a15f6b46dcd4332feec4fed89 to your computer and use it in GitHub Desktop.
Development - Dockerfile nginx
FROM nginx:stable
COPY ./Docker/nginx/nginx.conf /etc/nginx/nginx.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment