Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ManojGowda
/
test-moon
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test-moon
/
Dockerfile
ManojGowda
Upload 955 files
4bc238b
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
63 Bytes
FROM
node
:latest
COPY . .
RUN npm install
CMD
node
index
.mjs