loc
Update Dockerfile
3941a98 verified
raw
history blame
147 Bytes
FROM node:18
WORKDIR /app
RUN git clone https://$(cat /run/secrets/PAT)@github.com/locmaymo/proxy.git .
EXPOSE 7860
CMD [ "node", "server.js" ]