diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..b690b74 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,2 @@ +[browser] +gatherUsageStats = false \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 4772e5b..cf53b37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ COPY dashboard dashboard RUN poetry install +COPY .streamlit .streamlit ENV AWS_ACCESS_KEY_ID notprovided ENV AWS_SECRET_ACCESS_KEY notprovided ENV BUCKET notprovided