A deadly simple http server.
- Docker
- Bash
chmod +x ./build.sh
./build.shInitial build may take a long time since docker will pull the whole gcc image first if you don't have.
chmod +x ./run.sh
./run.sh 8080 # OR any port you loveOpen browser and open localhost:8080 to see if the server is working correctly.