Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
1tbfree
/
nuclear_bomb
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a9a4a63
nuclear_bomb
/
Dockerfile
1tbfree
Create Dockerfile
8db729c
verified
30 days ago
raw
Copy download link
history
blame
Safe
136 Bytes
FROM
node:
20
WORKDIR
/bots/this/
COPY
. .
RUN
npm install socket.io-client@2
RUN
echo
node bomb.js > init
RUN
chmod
+x init
CMD
"./init"