4 lines
63 B
Docker
Raw Permalink Normal View History

2025-02-03 15:15:57 +01:00
FROM php:8.3-apache
COPY src/ /var/www/html/
ENV FLAG=CHANGEME