docker-test/Dockerfile

5 lines
135 B
Docker
Raw Normal View History

2023-10-16 20:06:21 +02:00
FROM nginx:latest
2023-10-16 21:24:13 +02:00
# Replace the default NGINX configuration file with your custom configuration
COPY nginx.conf /etc/nginx/nginx.conf