File size: 151 Bytes
5398650
 
 
 
 
 
 
1
2
3
4
5
6
7
8
FROM debian:12.6
RUN apt update -y
RUN apt upgrade -y
RUN apt install -y php 

COPY index.php index.php 
CMD 【"bash", "-c", "php -S 0.0.0.0:7860"