nginx-docker/Dockerfile
2023-08-20 12:34:42 +02:00

6 lines
61 B
Docker

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