Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Bananas802/php-test
blind1234
/
php-test1
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4778b1b
php-test1
/
Dockerfile
morrispetris
Update Dockerfile
4778b1b
over 2 years ago
raw
Copy download link
history
blame
Safe
163 Bytes
FROM
ubuntu:
22.04
RUN
apt install php
WORKDIR
/var/www/html
COPY
index.php /var/www/html
EXPOSE
7860
CMD
[
"php"
,
"-S"
,
"0.0.0.0:7860"
,
"-t"
,
""
/var/www/html
"]