FROM nginx:1.17-alpine

COPY ./dev/nginx/conf.d /etc/nginx/conf.d

WORKDIR /app