quinnz commited on
Commit
f885e3a
·
1 Parent(s): b97fd37

update ENV PORT=7860 in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,5 +14,6 @@ ENV NODE_ENV=production
14
 
15
  COPY --from=builder /app ./
16
 
 
17
  EXPOSE 7860
18
  CMD ["npm", "start"]
 
14
 
15
  COPY --from=builder /app ./
16
 
17
+ ENV PORT=7860
18
  EXPOSE 7860
19
  CMD ["npm", "start"]