Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 156 Bytes

File metadata and controls

7 lines (7 loc) · 156 Bytes

如何使用http-server

$ cd http-server/
$ docker build -t http:server .
$ docker run -itd -p 3001:3001 http:server
$ curl 127.0.0.1:3001