Tibo De Peuter
63199041b9
Some checks failed
Publish Docker image / Push Docker image to Docker registry (push) Failing after 1m46s
4 lines
135 B
Docker
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
|