You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -848,6 +848,22 @@ $ ./split.py
848
848
Wrote out/httplib.h and out/httplib.cc
849
849
```
850
850
851
+
Dockerfile for Static HTTP Server
852
+
---------------------------------
853
+
854
+
Dockerfile for static HTTP server is available. Port number of this HTTP server is 80, and it serves static files from `/html` directory in the container.
0 commit comments