8 lines
126 B
Bash
Executable file
8 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
# This script just update
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
#docker-compose pull --ignore-pull-failures
|
|
docker-compose up -d
|