Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andyqin18
/
sentiment-analysis-app
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
71ac0c7
sentiment-analysis-app
File size: 58 Bytes
71ac0c7
1
2
3
4
5
FROM
node
:ubuntu
COPY . /app WORKDIR /app CMD
node
app
.js