1
0

add book: 'sotl'
All checks were successful
Build Docker and Deploy / Build Docker (push) Successful in 19s
Build Docker and Deploy / Deploy to Server (push) Successful in 16s

This commit is contained in:
2025-11-09 16:22:08 +01:00
parent 68012808a2
commit e818013438
12 changed files with 85 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ NAMESPACE=$(shell git rev-parse --abbrev-ref HEAD)
HASH=$(shell git rev-parse HEAD)
run:
php -S localhost:8000 -t .
cd www && php -S localhost:8000 -t .
dgi:
[ ! -f "DOCKER_GIT_INFO" ] || rm DOCKER_GIT_INFO