Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jammss
/
huuuu
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fd56e03
huuuu
/
Dockerfile
jammss
Update Dockerfile
fd56e03
verified
12 months ago
raw
Copy download link
history
blame
Safe
204 Bytes
FROM
node:
18
RUN
git
clone
https://github.com/Payhon/chatgpt-proxy.git
RUN
mkdir
-p /usr/src
WORKDIR
/usr/src
COPY
. /usr/src
RUN
npm install
EXPOSE
3000
CMD
npm run start -- --port 3000 --host 0.0.0.0