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...
7507bd6
mstts
/
Dockerfile
getapi
Update Dockerfile
2c73f4b
verified
6 months ago
raw
Copy download link
history
blame
Safe
118 Bytes
FROM
denoland/deno:alpine-
1.24
.
0
WORKDIR
/app
COPY
. .
EXPOSE
8000
CMD
[
"run"
,
"--allow-net"
,
"--allow-env"
,
"app.ts"
]