Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andyqin18
/
sentiment-analysis-app
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
71ac0c7
sentiment-analysis-app
/
Dockerfile
andyqin18
Created Dockerfile
71ac0c7
almost 2 years ago
raw
Copy download link
history
blame
58 Bytes
FROM
node
:ubuntu
COPY . /app
WORKDIR /app
CMD
node
app
.js