ricebug commited on
Commit
a48b26c
·
verified ·
1 Parent(s): 63453d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,6 +16,6 @@ COPY --from=BUILD_IMAGE /app/node_modules /app/node_modules
16
 
17
  WORKDIR /app
18
 
19
- EXPOSE 8000
20
 
21
  CMD ["npm", "start"]
 
16
 
17
  WORKDIR /app
18
 
19
+ EXPOSE 7860
20
 
21
  CMD ["npm", "start"]