dev1/Dockerfile.nginx
Josh 7ceaa78bb8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Include nginx in deploy_all.sh
2025-08-01 11:21:57 +00:00

4 lines
95 B
Nginx Configuration File

FROM nginx:1.25-alpine
COPY build/ /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf