From 29db3ce86a36cc91318721e56094b763c98c2fa9 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 20:16:22 +0100 Subject: first draft of http.Dockerfile --- http.Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 http.Dockerfile (limited to 'http.Dockerfile') diff --git a/http.Dockerfile b/http.Dockerfile new file mode 100644 index 0000000..f1a1876 --- /dev/null +++ b/http.Dockerfile @@ -0,0 +1,5 @@ +FROM nginx:1.30.3-alpine3.23 +RUN apk --update add build-base make +RUN make --directory=http --makefile=http/Makefile +COPY http/php /usr/share/nginx/php +COPY http/out /usr/share/nginx/html -- cgit v1.2.3