vwv / Dockerfile
lisna's picture
Update Dockerfile
3a515da
raw
history blame contribute delete
211 Bytes
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"]