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