mirror of
https://github.com/KevinMidboe/http-200.git
synced 2025-10-28 17:10:29 +00:00
424 B
424 B
http-200
Simple http C server that always responds 200 to all http requests. Resulting in docker image size smaller than 40 kB (or 3 kB compressed).
build
gcc -o server server.c
or using make
make
run
./server
or
make run
docker
build using docker with
docker build -t http-200 .
publish (multi-arch) using
make docker-publish