Implement deploy strategy for local development; refactor container to use startup script.

This commit is contained in:
Ben Binder
2025-03-07 21:10:03 -06:00
parent 74b91aa4fb
commit abb00b7688
8 changed files with 83 additions and 35 deletions

6
scripts/startup.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
cd /root
echo "Starting application..."
chmod +x ./harbormaster
./harbormaster