Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
caliphdev
/
nsfwcheck-api
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7706e15
nsfwcheck-api
/
Dockerfile
caliphdev
Update Dockerfile
7706e15
verified
12 months ago
raw
Copy download link
history
blame
Safe
94 Bytes
FROM
node:latest
COPY
package.json .
RUN
npm install
EXPOSE
7860
CMD
[
"node"
,
"index.js"
]