Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Yvan-W
/
RATINGAPI
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
RATINGAPI
/
Dockerfile
Yvan-W
Update Dockerfile
038f221
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
176 Bytes
FROM
node:
22
WORKDIR
/RUN
RUN
git
clone
https://github.com/x-dr/nsfw-api.git && \
cd
nsfw-api && npm install
CMD
cd
nsfw-api && npm run start && npm run
log
EXPOSE
3035