yxmiler commited on
Commit
db537ae
·
verified ·
1 Parent(s): 490bacc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY package*.json ./
7
  RUN npm install
8
 
9
  COPY . .
10
-
11
  EXPOSE 7860
12
 
13
  CMD ["npm", "start"]
 
7
  RUN npm install
8
 
9
  COPY . .
10
+ ENV PORT 7860
11
  EXPOSE 7860
12
 
13
  CMD ["npm", "start"]