Skip to content

Instantly share code, notes, and snippets.

@itasyurt
Last active August 31, 2021 11:05
Show Gist options
  • Save itasyurt/42746090abb164948e8db9070cf29d98 to your computer and use it in GitHub Desktop.
Save itasyurt/42746090abb164948e8db9070cf29d98 to your computer and use it in GitHub Desktop.
Dockerfile for Nginx
FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.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