Update some vars. Switch to podman
This commit is contained in:
@@ -24,7 +24,7 @@ if [ $# -eq 1 ]; then
|
||||
else
|
||||
# No argument provided, try to determine location
|
||||
current_dir=$(basename "$(pwd)")
|
||||
|
||||
|
||||
if [ "$current_dir" = "docker" ]; then
|
||||
cd .. || exit 1
|
||||
elif [ "$current_dir" != "Bang" ]; then
|
||||
@@ -47,5 +47,5 @@ fi
|
||||
pnpm install
|
||||
pnpm build
|
||||
cd docker || exit 1
|
||||
sudo docker compose up -d
|
||||
sudo podman compose up -d
|
||||
cd ..
|
||||
|
Reference in New Issue
Block a user