Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rafa01020
/
Rafael226w0559
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f51ec78
Rafael226w0559
/
Dockerfile
Rafa01020
creamos un texto a index.php Dockerfile
ecd06d8
4 months ago
raw
Copy download link
history
blame
Safe
145 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 "
]