FROM node:latest | |
ENV PORT=7860 | |
ENV UUID=802efe5c-db43-4a2f-985e-f40467cec890 | |
RUN npm install -g @3kmfi6hp/nodejs-proxy | |
CMD ["nodejs-proxy", "--port", "7860", "--uuid", "802efe5c-db43-4a2f-985e-f40467cec890"] | |
FROM node:latest | |
ENV PORT=7860 | |
ENV UUID=802efe5c-db43-4a2f-985e-f40467cec890 | |
RUN npm install -g @3kmfi6hp/nodejs-proxy | |
CMD ["nodejs-proxy", "--port", "7860", "--uuid", "802efe5c-db43-4a2f-985e-f40467cec890"] | |