hf4all commited on
Commit
79c7208
1 Parent(s): 83b074d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,5 +3,5 @@ RUN https://github.com/mckaywrigley/chatbot-ui
3
  WORKDIR "chatbot-ui"
4
  RUN npm i
5
  RUN npm run build
6
- EXPOSE 3000
7
  CMD ["npm", "run", "start"]
 
3
  WORKDIR "chatbot-ui"
4
  RUN npm i
5
  RUN npm run build
6
+ ENV PORT 7860
7
  CMD ["npm", "run", "start"]