i forgor
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ app.log
|
||||
init.log
|
||||
app/__pycache__/
|
||||
mariadb/*
|
||||
unizeug
|
||||
|
||||
4
entrypoint.sh
Executable file
4
entrypoint.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
if [[ -n "$ENTRY_COMMAND" ]]; then
|
||||
/bin/sh -c "$ENTRY_COMMAND"
|
||||
fi
|
||||
Reference in New Issue
Block a user