Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Clarzis/pplx
tianlong12
/
perplexity
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
919890c
perplexity
/
Dockerfile
Clarzis
Rename Dockfile to Dockerfile
57d675e
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
129 Bytes
FROM
node:
21
WORKDIR
/app
COPY
. .
RUN
npm install express proxy-agent socket.io-client uuid
EXPOSE
8081
CMD
[
"node"
,
"app.js"
]