http/Dockerfile: COPY to nginx folder
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/arm32v7/nginx:1.30.3-alpine3.23
|
FROM docker.io/arm32v7/nginx:1.30.3-alpine3.23
|
||||||
RUN apk --update add php85-fpm
|
RUN apk --update add php85-fpm
|
||||||
WORKDIR /var/app
|
COPY http/php /usr/share/nginx/php
|
||||||
COPY http/out http/php ./
|
COPY http/out /usr/share/nginx/html
|
||||||
|
|||||||
Reference in New Issue
Block a user