FROM node:18 WORKDIR /app RUN install http-proxy-middleware COPY . . EXPOSE 7860 CMD [ "node", "server.js" ]