CoolFace
Apppublic

henztech/coinbase-supporter

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
Dockerfile13 linesDownload Raw Back to root
1FROM node:23-bullseye2 3RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*4 5WORKDIR /app6 7RUN git clone https://github.com/EMMYHENZ-TECH/Coinbase-About .8 9RUN npm install10 11EXPOSE 786012 13CMD ["node", "server.js"]