nginx/Dockerfile

5 lines
94 B
Docker
Raw Normal View History

2023-09-11 21:46:34 +10:00
FROM nginx:latest
# Add custom nginx config
COPY ./nginx.conf /etc/nginx/conf.d/default.conf