Init Commit

This commit is contained in:
2025-06-16 17:04:55 -07:00
commit d21315cf32
43 changed files with 3089 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/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