mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 05:29:52 +00:00
fixed DOCKERIZE_ARGS variable check
This commit is contained in:
parent
21024278c6
commit
73a0a80b4a
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ -z "$var" ]; then
|
if [[ -n "$DOCKERIZE_ARGS" ]]; then
|
||||||
dockerize $DOCKERIZE_ARGS
|
dockerize $DOCKERIZE_ARGS
|
||||||
fi
|
fi
|
||||||
cd /app
|
cd /app
|
||||||
|
Loading…
x
Reference in New Issue
Block a user