feat: add php container
Some checks failed
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Successful in 44s
Build containers / dependent-images (php) (push) Successful in 10s
Build containers / dependent-images (go) (push) Successful in 25s
Build containers / dependent-images (infra) (push) Has been cancelled

This commit is contained in:
Job
2026-01-29 16:10:08 +01:00
parent e6bd3f3524
commit 86e3275c67
3 changed files with 15 additions and 1 deletions

2
containers/php/config.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
arg "-v $HOME/Documents/php:/home/user/Documents/php"