FROM 172.31.116.91:30657/http-server:latest COPY dist/ /root/static/ WORKDIR /root/static CMD ["http-server", "-p 80", "-d false"]