This commit is contained in:
Marcel Gansfusz
2025-10-28 19:32:33 +01:00
parent d6508c739d
commit e6727daf8e
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ app.log
init.log init.log
app/__pycache__/ app/__pycache__/
mariadb/* mariadb/*
unizeug

4
entrypoint.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
if [[ -n "$ENTRY_COMMAND" ]]; then
/bin/sh -c "$ENTRY_COMMAND"
fi