Files
MistoxCom-Blazor-Webassembly/docker-build-Internal-Tests.sh
2025-05-12 16:57:19 -07:00

10 lines
203 B
Bash
Executable File

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