initial commit

This commit is contained in:
maurice
2025-10-25 14:30:39 +02:00
commit e99337652d
13 changed files with 205 additions and 0 deletions

4
php.Containerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM localhost/devc-web-base
USER user
RUN /bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)"