docker-test/Dockerfile
Tibo De Peuter 63199041b9
Some checks failed
Publish Docker image / Push Docker image to Docker registry (push) Failing after 1m46s
Remove unused copy
2024-01-28 13:48:55 +01:00

4 lines
135 B
Docker

FROM nginx:latest
# Replace the default NGINX configuration file with your custom configuration
COPY nginx.conf /etc/nginx/nginx.conf