File size: 97 Bytes
58e89ed
 
 
 
 
 
1
2
3
4
5
6
FROM php:8.0-cli

COPY . /usr/src/myapp
WORKDIR /usr/src/myapp

CMD ["php", "-S", "0.0.0.0:7860"]