neil-code commited on
Commit
984d7f3
1 Parent(s): 52d4d70

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ FROM registry.cn-shenzhen.aliyuncs.com/nancode/httpbin:latest
2
+ ENV HTTPBIN_PORT 7860
3
+ EXPOSE 7860
4
+ CMD ["/opt/httpbin/bin/httpbin.bash"]