Spaces:
Sleeping
Sleeping
hf4all
commited on
Commit
•
79c7208
1
Parent(s):
83b074d
Update Dockerfile
Browse files- 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 |
-
|
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"]
|