naotakigawa commited on
Commit
7b753ae
·
1 Parent(s): 64a7d5a

dockerfile add cmd

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,4 +7,5 @@ COPY . .
7
  RUN pip3 install --upgrade pip && \
8
  pip3 install --no-cache-dir -r requirements.txt
9
 
10
- EXPOSE 8501
 
 
7
  RUN pip3 install --upgrade pip && \
8
  pip3 install --no-cache-dir -r requirements.txt
9
 
10
+ EXPOSE 8501
11
+ CMD streamlit run Chatbot.py