FROM nginx:1.21

ADD ./default.conf /etc/nginx/conf.d/default.conf

WORKDIR /symfony