Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rafa01020
/
RAFAEL000
like
0
Runtime error
App
Files
Files
Community
main
RAFAEL000
/
Dockerfile
Rafa01020
Descripcion breve de cambios
5398650
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
151 Bytes
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"
】