http.Dockerfile copies build output instead of making it

This commit is contained in:
2026-06-22 13:29:52 +01:00
parent 0e902c1f57
commit 6081b7ad79
+3 -4
View File
@@ -1,5 +1,4 @@
FROM docker.io/arm32v7/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
RUN apk --update add php85-fpm
WORKDIR /var/app
COPY http/out http/php ./