MLB_HR_Finder / Dockerfile

Commit History

Refactor Dockerfile to expose MongoDB URI secret at build time and simplify the ENTRYPOINT command for the Streamlit app. This change enhances security by using secrets during the build process and improves clarity in the container startup configuration.
44d5cc1

James McCool commited on

Refactor Dockerfile to set MongoDB URI as an environment variable during runtime, enhancing security. Update Streamlit app to reduce cache duration and add display options for data presentation, improving user experience.
6c12e73

James McCool commited on

Refactor Dockerfile to remove the Bearer token curl request and update Streamlit app to retrieve MongoDB URI from environment variables instead of secrets. This change enhances security and simplifies the connection process.
12ff34e

James McCool commited on

Enhance Dockerfile to expose MongoDB URI secret at build time and use it as a Bearer token for a curl request. Add secrets.toml file to securely store the MongoDB URI for database connection.
faaa383

James McCool commited on

Reorder Dockerfile instructions to ensure requirements are installed after copying the requirements file. This change improves the build process by maintaining a clear sequence for dependency installation.
7fdc568

James McCool commited on

Refactor Dockerfile to improve secret handling by replacing the previous git clone command with git initialization and remote setup using the MongoDB URI secret. Additionally, ensure requirements are installed after copying the requirements file.
b4c7834

James McCool commited on

Update Dockerfile to clone MongoDB URI repository at build time, replacing previous git initialization and remote setup. This change enhances the handling of secrets during the Docker build process.
d18edc5

James McCool commited on

Refactor Dockerfile to streamline MongoDB URI configuration by replacing the creation of .streamlit directory with a git initialization and remote setup using a secret for the MongoDB URI.
5896804

James McCool commited on

Remove .gitignore file and update Dockerfile to create .streamlit directory and add MongoDB URI secrets configuration.
8a35566

James McCool commited on

Duplicate from streamlit/streamlit-template-space
e23665a
verified

Multichem FranckAbgrall HF Staff commited on