Files
MistoxCom-Angular/test-env/build.sh
T
2025-06-28 15:23:39 -07:00

8 lines
149 B
Bash
Executable File

#!/bin/bash
# Compile the source
docker build -t mistox-sql ../database
# Start the servers
docker compose up -d --force-recreate --remove-orphans