Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yetey
/
g
like
0
Paused
App
Files
Files
Community
main
g
/
Dockerfile
yetey
Create Dockerfile
cfe4f4e
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
FROM
node:
18
RUN
git
clone
https://github.com/SuiYunsy/NextWeb-LangChain
WORKDIR
/NextWeb-LangChain
RUN
yarn install
RUN
yarn build
ENV
PORT
7860
CMD
[
"yarn"
,
"start"
]