FROM nginx:1.21.1-alpine COPY default.conf /etc/nginx/conf.d/ COPY ./dist /usr/share/nginx/html/micro-ui EXPOSE 8013