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