Voltboy1 commited on
Commit
5736178
1 Parent(s): 9724b78

Create Dockerfile

Browse files

FROM node:18

WORKDIR /app

RUN npm install express express-http-proxy

COPY..

EXPOSE 7860

CMD

[

"node"

, "server.js" ]

Files changed (1) hide show
  1. Dockerfile +0 -0
Dockerfile ADDED
File without changes