first draft of http.Dockerfile

This commit is contained in:
2026-06-18 20:16:22 +01:00
parent 2d89475f0b
commit 29db3ce86a
2 changed files with 19 additions and 0 deletions
+5
View File
@@ -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