loc
Create Dockerfile
038c358 verified
raw
history blame
128 Bytes
FROM node:18
WORKDIR /app
RUN git clone https://$PAT@github.com/locmaymo/proxy.git .
EXPOSE 7860
CMD [ "node", "server.js" ]