Files
joeac.net/http.Dockerfile
T
2026-06-18 20:16:22 +01:00

6 lines
188 B
Docker

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