delete tests script

This commit is contained in:
2025-06-17 21:10:53 -07:00
parent 52b6426883
commit 462cc98237
-10
View File
@@ -1,10 +0,0 @@
#!/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