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