Spaces:
Sleeping
Sleeping
File size: 148 Bytes
173c54a |
1 2 3 4 5 6 7 8 9 10 |
FROM debian:12.6
RUN apt update -y
RUN apt update -y
RUN apt install -y php
COPY index.php index.php
EXPOSE 7869
CMD ["php","-5","0.0.0.0:7860"]
|