Spaces:
Running
Running
hanoch.rahimi@gmail
commited on
Commit
·
c50f91d
1
Parent(s):
749a763
remove st secrets from docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN git clone https://hanch-raized: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@gith
|
|
15 |
|
16 |
RUN pip3 install -r requirements.txt
|
17 |
RUN pip3 install streamlit
|
18 |
-
COPY .streamlit/secrets.toml /app/.streamlit/secrets.toml
|
19 |
|
20 |
EXPOSE 8501
|
21 |
|
|
|
15 |
|
16 |
RUN pip3 install -r requirements.txt
|
17 |
RUN pip3 install streamlit
|
18 |
+
#COPY .streamlit/secrets.toml /app/.streamlit/secrets.toml
|
19 |
|
20 |
EXPOSE 8501
|
21 |
|