From 198bd5ce59d698420c34052d4ea71950a686cf44 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 11 Feb 2023 21:06:56 -0500 Subject: start of container entrypoint --- Containerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index fb8eb2e..4eec831 100644 --- a/Containerfile +++ b/Containerfile @@ -1,2 +1,5 @@ -FROM nginx:alpine -COPY public /usr/share/nginx/html +FROM alpine:3 +RUN apk add --no-cache git hugo nginx +COPY clone-generate-and-serve.sh /bin/clone-generate-and-serve.sh +ENTRYPOINT ["/bin/clone-generate-and-serve.sh"] + -- cgit v1.2.3