renamed project to Bugis and switch from WSGI@uwsgi to ASGI@granian
Some checks failed
CI / Build pip package (push) Failing after 13s
CI / Build Docker image (push) Successful in 4m36s

This commit is contained in:
2024-10-20 16:21:30 +08:00
parent 49a9bad07f
commit 707c74f042
28 changed files with 770 additions and 209 deletions

View File

@@ -3,8 +3,7 @@ set -e
venv/bin/python -m build
mkdir -p docker/build
cp dist/md2html-*.whl docker/build/
cp dist/bugis-*.whl docker/build/
cp docker/Dockerfile docker/build/Dockerfile
cp docker/uwsgi.ini docker/build/uwsgi.ini
docker build docker/build --tag alpine:md2html
docker build docker/build --tag bugis:latest