Reaperxxxx commited on
Commit
64632a3
·
verified ·
1 Parent(s): d7ea9bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,9 +8,9 @@ RUN npm install --production
8
 
9
  COPY . .
10
 
11
- EXPOSE 3000
12
 
13
- ENV PORT=3000
14
  ENV NODE_ENV=production
15
 
16
  CMD ["node", "index.js"]
 
8
 
9
  COPY . .
10
 
11
+ EXPOSE 7860
12
 
13
+ ENV PORT=7860
14
  ENV NODE_ENV=production
15
 
16
  CMD ["node", "index.js"]