This commit is contained in:
serban-alexandru
2024-07-26 15:49:55 +03:00
parent b896734b4d
commit 5f0672aaf1
16 changed files with 1564 additions and 2 deletions
-2
View File
@@ -1,6 +1,5 @@
#!/bin/bash
# check if ./repo exists
if [ ! -d "./repo" ]; then
git clone --depth 1 --branch master --single-branch https://github.com/supabase/supabase repo
else
@@ -9,5 +8,4 @@ else
cd ..
fi
# copy files from ./repo/docker to ./code
cp -r ./repo/docker/. ./code