7 lines
82 B
Bash
Executable file
7 lines
82 B
Bash
Executable file
#!/bin/bash
|
|
# This script just update
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
docker-compose up -d
|