Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
andyqin18
/
sentiment-analysis-app
like
1
Sleeping
App
Files
Files
Community
7296fc1
sentiment-analysis-app
/
hello-world
/
Dockerfile
andyqin18
Modified README
7296fc1
over 1 year ago
raw
Copy download link
history
blame
Safe
58 Bytes
FROM
node
:alpine
COPY . /app
WORKDIR /app
CMD
node
app
.js