Skip to content

Instantly share code, notes, and snippets.

@waaeel
Created May 9, 2022 11:38
Show Gist options
  • Save waaeel/9f19b4891b2a1c179abfe0dbf80099f4 to your computer and use it in GitHub Desktop.
Save waaeel/9f19b4891b2a1c179abfe0dbf80099f4 to your computer and use it in GitHub Desktop.
static-website-caprover.json
{
"schemaVersion": 2,
"dockerfileLines": [
"FROM nginx:alpine",
"COPY nginx.conf /etc/nginx/conf.d/default.conf",
"COPY . /usr/share/nginx/html"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment