We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8357c10 commit 30af79dCopy full SHA for 30af79d
setup_docker_command.sh
@@ -12,10 +12,10 @@ SCRIPT_DIR=$(dirname $0)
12
source "$SCRIPT_DIR/utils.sh"
13
14
if [[ -n $FLAPY_DOCKER_IMAGE ]]; then
15
+ debug_echo "-- setup_docker_command: Using custom image: $FLAPY_DOCKER_IMAGE"
16
+else
17
debug_echo "-- setup_docker_command: FLAPY_DOCKER_IMAGE not set, using default image"
18
export FLAPY_DOCKER_IMAGE="registry.hub.docker.com/gruberma/flapy"
-else
- debug_echo "-- setup_docker_command: Using custom FLAPY_DOCKER_IMAGE"
19
fi
20
21
debug_echo "-- setup_docker_command: Creating alias 'flapy_docker_command'"
0 commit comments