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