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