Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
getapi
/
mstts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
mstts
/
Dockerfile
getapi
Update Dockerfile
11c5ea8
verified
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
118 Bytes
FROM
denoland/deno:alpine-
1.24
.
0
WORKDIR
/app
COPY
. .
EXPOSE
7860
CMD
[
"run"
,
"--allow-net"
,
"--allow-env"
,
"app.ts"
]