mirror of
https://github.com/hotio/website.git
synced 2026-01-09 07:53:23 +08:00
6 lines
174 B
Bash
6 lines
174 B
Bash
#!/usr/bin/env bash
|
|
|
|
rm -rf "${PWD}/.cache" "${PWD}/.build"
|
|
docker run --rm -p 127.0.0.1:8000:8000 -v "${PWD}:/docs" zensical/zensical
|
|
rm -rf "${PWD}/.cache" "${PWD}/.build"
|