Skip to content

Instantly share code, notes, and snippets.

@yvenkets
Created August 18, 2021 08:47
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 yvenkets/2e6d0fc6fff299b0e53bd72090fd85dd to your computer and use it in GitHub Desktop.
Save yvenkets/2e6d0fc6fff299b0e53bd72090fd85dd to your computer and use it in GitHub Desktop.
FROM nginx:latest
ADD https://gist.githubusercontent.com/yvenkets/4bc9375865f3523beed4a3f2fabbbe70/raw/bd3c36532c03fa1fe30d9457ee120af1c0e9d8fc/index.html /usr/share/nginx/html/
RUN chmod +r /usr/share/nginx/html/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment