httpbin / Dockerfile
neil-code's picture
Create Dockerfile
984d7f3 verified
FROM registry.cn-shenzhen.aliyuncs.com/nancode/httpbin:latest
ENV HTTPBIN_PORT 7860
EXPOSE 7860
CMD ["/opt/httpbin/bin/httpbin.bash"]