Reconfigure for test database
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
# Compile the source
|
||||
docker build -t mistox-sql ../database
|
||||
|
||||
# Start the servers
|
||||
docker compose up -d --force-recreate --remove-orphans
|
||||
Reference in New Issue
Block a user