1
0
Fork 0
host-port-ingress-proxy/Dockerfile

8 lines
135 B
Docker

# Start from the official Nginx image
FROM nginx:alpine
# Copy our custom Nginx configuration
COPY nginx.conf /etc/nginx/nginx.conf