mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
|
|
cd $DIR/..
|
|
docker-compose up -d
|