FROM nginx:1.21.1-alpine COPY ./dist /usr/share/nginx/html/tool-tech COPY default.conf /etc/nginx/conf.d/ EXPOSE 80