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