Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imgar
/
pot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
pot
/
Dockerfile
imgar
Update Dockerfile
c08701f
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
202 Bytes
FROM python:
3.9
WORKDIR /
code
#COPY
./www
.photopea
.com
/code/www
.photopea
.com
#COPY
./_vendor /code/_vendor
#COPY
. .
CMD
[
"python"
,
"-m"
,
"http.server"
,
"--directory"
,
"www.photopea.com"
,
"8080"
]