lan-to-nginx/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