Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yvan-W
/
PairDrop
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PairDrop
/
Dockerfile
Yvan-W
Update Dockerfile
4ed500c
verified
7 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
173 Bytes
FROM
node:
22
WORKDIR
/RUN
RUN
git
clone
https://github.com/schlagmichdoch/PairDrop.git && \
cd
PairDrop && \
npm install
CMD
cd
PairDrop && npm start
EXPOSE
3000