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