Skip to content

Instantly share code, notes, and snippets.

@aemloviji
Last active May 6, 2020 19:17
Show Gist options
  • Save aemloviji/1cfbe49b576126f757441dbb946950cf to your computer and use it in GitHub Desktop.
Save aemloviji/1cfbe49b576126f757441dbb946950cf to your computer and use it in GitHub Desktop.
Dockerfile for the Nginx container
FROM nginx:alpine
COPY nginx-custom.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