4 lines
63 B
Docker
4 lines
63 B
Docker
|
FROM php:8.3-apache
|
||
|
COPY src/ /var/www/html/
|
||
|
|
||
|
ENV FLAG=CHANGEME
|