Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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/
|
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", "
|
|
|
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"]
|