Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wIK5Ez2o
/
helper
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5bd5d0e
helper
/
Dockerfile
wIK5Ez2o
Update Dockerfile
462a2a6
verified
26 days ago
raw
Copy download link
history
blame
Safe
198 Bytes
FROM
node:
18
WORKDIR
/app
ENV
GBP_USER ${GBP_USER:-gbp}
ENV
GBP_USER_ID ${GBP_USER_ID:-
1000
}
USER
root
RUN
git
clone
https://github.com/bincooo/coze-helper.git .
RUN
npm install
CMD
npm run start