Skip to content

Instantly share code, notes, and snippets.

@oguzzarci
Created October 29, 2021 09:55
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 oguzzarci/3e3deaa8db4a4d8f619252b91a4e97ac to your computer and use it in GitHub Desktop.
Save oguzzarci/3e3deaa8db4a4d8f619252b91a4e97ac to your computer and use it in GitHub Desktop.
FROM nginx:alpine
COPY . /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d
EXPOSE 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment