1
0

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

This commit is contained in:
2025-11-09 16:22:08 +01:00
parent 68012808a2
commit 25aef587a8
10 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