personal-website/container_serve.sh

5 lines
65 B
Bash
Raw Permalink Normal View History

2023-06-08 11:12:32 -04:00
#!/bin/bash
ablog build
python -m http.server -d _website/ 8090