Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rafa01020
/
Tallermixto
like
0
Sleeping
App
Files
Files
Community
b42a721
Tallermixto
/
Dockerfile
Rafa01020
creamos index.php y Dockerfile
b3c102e
3 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
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"
,
"-S"
,
"0.0.0.0:7860"
]