Docker build

This commit is contained in:
Yax 2025-03-28 20:38:59 +01:00
parent 548c495c27
commit ab2b93ce82
3 changed files with 4 additions and 3 deletions

View file

@ -29,7 +29,8 @@ undock:
docker stop bloglocal
build:
docker build -t kianby/blog .
docker build -t source.madyanne.fr/yax/blog .
docker push source.madyanne.fr/yax/blog
certs:
mkdir -p ssl

View file

@ -7,7 +7,7 @@ cd /
rm -rf /blog
git clone https://codeberg.org/kianby/blog
cd /blog
uv python pin 3.12.8
uv python pin 3.12.9
uv sync
uv run python ./makesite.py

View file

@ -6,7 +6,7 @@ readme = "README.md"
authors = [
{ name = "Yax" }
]
requires-python = ">=3.12.8"
requires-python = ">=3.12.9"
dependencies = [
"mistune>=3.0.2",
"pygments>=2.18.0",