lazy19 / Dockerfile
perahh's picture
Cambios a index.php
fa454ec
raw
history blame
No virus
104 Bytes
FROM php:8.2-cli
WORKDIR /rood
COPY ./app/ ./app/
CMD["php", "-S", "0.0.0.0.:7860", "/app/index.php"]