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