FROM nginx:alpine COPY dist /usr/share/nginx/html COPY admin.conf /etc/nginx/conf.d/default.conf EXPOSE 80