summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-23 00:06:54 +0100
committerJoe Carstairs <me@joeac.net>2026-06-23 00:06:54 +0100
commit7bd5255c63366ef7b6d0ab0babd088d4d9ea93b3 (patch)
treec38f1a75e7a7e6663f18e2ac449a150a3e905d71
parent473f4b19f0c54afbe4db1f89b3dd8fa93b0f4a57 (diff)
http.Dockerfile: runs php-fpm and nginx
-rw-r--r--http.Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.Dockerfile b/http.Dockerfile
index 00dd77f..61231eb 100644
--- a/http.Dockerfile
+++ b/http.Dockerfile
@@ -4,3 +4,4 @@ COPY http/php /usr/share/nginx/php
COPY http/out /usr/share/nginx/html
COPY http/php-fpm.conf /etc/php/8.5/fpm/pool.d/joeac.net-http_pool.conf
COPY http/nginx.conf /etc/nginx/nginx.conf
+CMD php-fpm85 && nginx -g "daemon off;"