Implement deploy strategy for local development; refactor container to use startup script.
This commit is contained in:
6
scripts/startup.sh
Executable file
6
scripts/startup.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
cd /root
|
||||
|
||||
echo "Starting application..."
|
||||
chmod +x ./harbormaster
|
||||
./harbormaster
|
||||
Reference in New Issue
Block a user