summaryrefslogtreecommitdiff
path: root/http.Dockerfile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-22 13:29:52 +0100
committerJoe Carstairs <me@joeac.net>2026-06-22 13:29:52 +0100
commit6081b7ad79a467dc56321dceaed3f5e9548dfaef (patch)
treef0054c77ce2499284f112699572d12012ed43b53 /http.Dockerfile
parent0e902c1f570d7510235be5aed4df2c98cc87cc19 (diff)
http.Dockerfile copies build output instead of making it
Diffstat (limited to 'http.Dockerfile')
-rw-r--r--http.Dockerfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/http.Dockerfile b/http.Dockerfile
index 6fd5e7c..aab30a8 100644
--- a/http.Dockerfile
+++ b/http.Dockerfile
@@ -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 ./