8 lines
72 B
Bash
Executable File
8 lines
72 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd `dirname $0`/..
|
|
|
|
git pull
|
|
|
|
docker compose build
|