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
|