docker-test / run.sh
cansik's picture
Update run.sh
6a82390 verified
raw
history blame contribute delete
89 Bytes
#!/bin/bash
echo "hello world"
date
nohup python -m http.server 7860 &
sleep 10
exit 0