Start to build new gallery challenge

This commit is contained in:
2025-01-30 16:58:23 +01:00
parent c47cbeef38
commit 4788ac1685
6 changed files with 164 additions and 0 deletions

View File

@ -0,0 +1,4 @@
FROM php:8.3-apache
COPY src/ /var/www/html/
ENV FLAG=CHANGEME