KilersBotz commited on
Commit
39c8db3
·
verified ·
1 Parent(s): ae8908a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,5 +28,5 @@ WORKDIR /app
28
  COPY package*.json ./
29
  RUN npm install
30
  COPY . .
31
-
32
  CMD ["node", "index.js"]
 
28
  COPY package*.json ./
29
  RUN npm install
30
  COPY . .
31
+ EXPOSE 7860
32
  CMD ["node", "index.js"]