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 docker stop bloglocal
build: build:
docker build -t kianby/blog . docker build -t source.madyanne.fr/yax/blog .
docker push source.madyanne.fr/yax/blog
certs: certs:
mkdir -p ssl mkdir -p ssl

View file

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

View file

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