This repository has been archived on 2025-07-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
vue-with-websockets/scripts/start.sh
2025-07-07 13:21:35 +03:00

8 lines
115 B
Bash
Executable File

#!/bin/bash
# Load variables
source ./var.sh
# Start compose file
cd .. && docker compose -f $file up -d --build