summaryrefslogtreecommitdiff
path: root/http.Dockerfile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-22 22:53:53 +0100
committerJoe Carstairs <me@joeac.net>2026-06-22 22:53:53 +0100
commitd3e832f064abcf5ab6fe5b66e6affe9dafd62e76 (patch)
tree981bcba430236f3e273899c50a083228fa0a0a9b /http.Dockerfile
parent6e5c1c158c91152e3d37a7036475f0d5cf643d47 (diff)
http/Dockerfile: COPY to nginx folder
Diffstat (limited to 'http.Dockerfile')
-rw-r--r--http.Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/http.Dockerfile b/http.Dockerfile
index aab30a8..3b5fb65 100644
--- a/http.Dockerfile
+++ b/http.Dockerfile
@@ -1,4 +1,4 @@
FROM docker.io/arm32v7/nginx:1.30.3-alpine3.23
RUN apk --update add php85-fpm
-WORKDIR /var/app
-COPY http/out http/php ./
+COPY http/php /usr/share/nginx/php
+COPY http/out /usr/share/nginx/html