Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PerlaHM
/
PERT20
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PERT20
/
Dockerfile
PerlaHM
se actualizo la imagen de FROM
3678cc0
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
87 Bytes
FROM
php:
8.2
-cli
EXPOSE
7860
COPY
app app
WORKDIR
/app
CMD
[
"php"
,
"-S"
,
"0.0.0.0:7860"
]