From 0a380b02274ce3a5b43a011eb9fa22f27723965f Mon Sep 17 00:00:00 2001 From: Aly Date: Mon, 13 May 2024 13:49:45 +1000 Subject: [PATCH] static site --- captain-definition | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 captain-definition diff --git a/captain-definition b/captain-definition new file mode 100644 index 0000000..d7f5dd5 --- /dev/null +++ b/captain-definition @@ -0,0 +1,7 @@ +{ + "schemaVersion": 2, + "dockerfileLines": [ + "FROM nginx:mainline-alpine-slim", + "COPY docs /usr/share/nginx/html" + ] +}