Add Litlab

This commit is contained in:
2025-07-04 13:35:51 +03:00
parent 1cf6e3d7d2
commit dabbf541dc
17 changed files with 159 additions and 17 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM php:8.3-cli-alpine3.22
ENTRYPOINT ["php", "-S", "localhost:8008", "-t", "public/"]