FROM nginx:1.21-alpine
ADD ./dist/ /usr/share/nginx/html/
ADD ./nginx/conf.d/docker.conf /etc/nginx/conf.d/default.conf 