init commit over here

This commit is contained in:
Derek Holloway
2025-05-12 16:57:19 -07:00
parent 8e02c028a7
commit 838b3ab450
87 changed files with 6068 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
# Compile the source
docker build -t mistox-sql ./database
docker build -t mistox-website .
# Start the servers
docker compose up -d --force-recreate --remove-orphans