Start new challenge

This commit is contained in:
2025-02-03 15:15:57 +01:00
parent 502b1a241e
commit 72343063cd
15 changed files with 178 additions and 0 deletions

4
oh_my_api/Dockerfile Normal file
View File

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