1 2 3 4 5 6 7 8 9 10
# syntax=docker/dockerfile:1 # # NGINX phase # FROM nginx:alpine COPY ./conf.d/nginx.conf /etc/nginx/templates/default.conf.tmpl