container runs for production site

This commit is contained in:
len0rd 2023-06-14 20:16:47 -04:00
parent d8fa64a9ae
commit 032ab59def
4 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
ablog build
ablog serve -p 8090
python -m http.server -d /website/_website/ 8090