github.com/portworx/docker@v1.12.1/contrib/httpserver/Dockerfile (about) 1 FROM busybox 2 EXPOSE 80/tcp 3 COPY httpserver . 4 CMD ["./httpserver"]