Added Docker/Podman build information.

This commit is contained in:
2025-08-14 21:30:56 +02:00
parent 73c87a733b
commit d2abe3fd27
9 changed files with 148 additions and 1 deletions

8
entrypoint.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
if [ "$1" = "-s" ] || [ "$1" = "--shell" ]; then
shift
exec bash $@
fi
exec streamlit $@