summaryrefslogtreecommitdiff
path: root/http.Dockerfile
blob: f1a1876fec0de452d715b2db6af14938db1b35f4 (plain)
1
2
3
4
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