Bayhaqy commited on
Commit
d2436ae
1 Parent(s): 509e193

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -49,7 +49,7 @@ ENV HOME=/home/user \
49
  PATH=/home/user/.local/bin:$PATH
50
 
51
  # Download from Github
52
- RUN git clone https://github.com/bayhaqy/X-Dashboard.git $HOME/app
53
 
54
  RUN pwd
55
 
@@ -91,4 +91,4 @@ RUN npm list -g
91
  EXPOSE 8501
92
 
93
  # Define the command to run your Streamlit app
94
- CMD ["streamlit", "run", "app.py"]
 
49
  PATH=/home/user/.local/bin:$PATH
50
 
51
  # Download from Github
52
+ RUN git clone https://github.com/bayhaqy/News-Dashboard.git $HOME/app
53
 
54
  RUN pwd
55
 
 
91
  EXPOSE 8501
92
 
93
  # Define the command to run your Streamlit app
94
+ CMD ["streamlit", "run", "Home.py"]