Build nginx image with static files baked in; remove host bind mounts

This commit is contained in:
2026-06-15 14:57:54 -05:00
parent fd668f0ea2
commit 362aa633ed
2 changed files with 8 additions and 4 deletions

3
nginx/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY nginx/conf.d/wp-suite.conf /etc/nginx/conf.d/wp-suite.conf
COPY html/ /usr/share/nginx/html/