nginx-docker/Dockerfile
2023-08-20 12:39:19 +02:00

6 lines
72 B
Docker

FROM nginx:latest
# Copy config
COPY nginx.conf /etc/nginx/nginx.conf