Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1tbfree
/
Bot01
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Bot01
/
Dockerfile
1tbfree
Create Dockerfile
defed3e
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
66 Bytes
FROM
node
:20
WORKDIR /bot
COPY . .
RUN npm i axios
RUN
node
bot
.js