Skip to content

Instantly share code, notes, and snippets.

@bramvdklinkenberg
Created October 20, 2022 19:10
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 bramvdklinkenberg/265d559df50b6601bbcd614627051389 to your computer and use it in GitHub Desktop.
Save bramvdklinkenberg/265d559df50b6601bbcd614627051389 to your computer and use it in GitHub Desktop.
################
## Dockerfile ##
################
FROM nginx:latest
COPY ./index.html /usr/share/nginx/html/index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment