Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hckvps
/
WebOS
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
WebOS
/
Dockerfile
hckvps
Create Dockerfile
58e89ed
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
97 Bytes
FROM
php:
8.0
-cli
COPY
. /usr/src/myapp
WORKDIR
/usr/src/myapp
CMD
[
"php"
,
"-S"
,
"0.0.0.0:7860"
]