Skip to content

Commit d6030eb

Browse files
authored
updated (#19)
1 parent a77411e commit d6030eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Simple HTTP Server in Go as a Container Image
2+
[![ci](https://github.com/pareshpawar/simple-http-server/actions/workflows/main.yml/badge.svg)](https://github.com/pareshpawar/simple-http-server/actions/workflows/main.yml)
23

3-
`simple-http-server` returns IP address, headers and many other request data. Use this as a test app to to deploy in your servers or practice to deploy.
4+
`simple-http-server` returns IP address, headers and many other request data. Use this as a test app to to deploy in your servers or practice to deploy. you can use this image in docker or kubernetes based deployments
45

56
### How it works?
67

@@ -28,7 +29,7 @@
2829

2930
- [x] Make std output/logs colored and pretty 😅
3031
- [x] Serving html file as output on ```/html/``` endpoint
32+
- [x] create github actions for docker image build
3133
- [ ] Add Environment Variable to switch text output to html output
3234
- [ ] Serve a html pages from a external directory
3335
- [ ] Add volume Env var to serve volume as http dir
34-
- [ ] create github actions for docker image build

0 commit comments

Comments
 (0)