Skip to content
Snippets Groups Projects
Verified Commit 4bdce1b9 authored by David Beniamine's avatar David Beniamine
Browse files

Change docker test

parent 64d96ca3
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ DUMP_PATH="dumps/internal.sql.gz"
document_path=$(get_conf_val main_data_root)
is_docker() {
if [ ! -z "$(which docker-compose 2>/dev/null)" ];
if [ ! -z "$(which docker 2>/dev/null)" ];
then
echo "1"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment