chat_gpt_proxy_noapi / Dockerfile
Rooni's picture
Update Dockerfile
0aa313c verified
raw
history blame
109 Bytes
FROM node:18
WORKDIR /app
RUN install http-proxy-middleware
COPY . .
EXPOSE 7860
CMD [ "node", "server.js" ]