Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yukuii
/
coding
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
coding
/
Dockerfile
Yukuii
Create Dockerfile
583ddcd
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
193 Bytes
FROM
nikolaik/python-nodejs:python3.
14
-nodejs22
WORKDIR /tmp
COPY
index.js
/tmp/i
ndex.js
COPY
package
.json
/tmp/
package
.json
COPY
index.html
/tmp/i
ndex.html
CMD npm install && node index.js