4 lines
63 B
Docker
Raw Permalink Normal View History

2025-01-30 16:58:23 +01:00
FROM php:8.3-apache
COPY src/ /var/www/html/
ENV FLAG=CHANGEME