Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
W404NET
/
Telegram-Chat-Bot
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
25d702c
Telegram-Chat-Bot
/
Dockerfile
leethanh
Update Dockerfile
25d702c
almost 2 years ago
raw
Copy download link
history
blame
83 Bytes
FROM
node:
18
COPY
. /app
WORKDIR
/app
RUN
npm install
CMD
[
"node"
,
"index.js"
]