Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Junranl
/
rag-full
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rag-full
/
ui
/
Dockerfile
Junranl
Upload folder using huggingface_hub
6e1a53e
verified
almost 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
126 Bytes
FROM
node:
21
-slim
WORKDIR
/app
COPY
package.json yarn.lock ./
RUN
yarn install
COPY
. .
EXPOSE
3000
CMD
[
"yarn"
,
"dev"
]