Add custom Dockerfile with working FTS versions
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Start FTS services
|
||||
cd /home/fts
|
||||
|
||||
# Start the API service
|
||||
python3 -m FreeTAKServer.controllers.services.FTS &
|
||||
|
||||
# Start the UI
|
||||
cd /home/fts/FreeTAKServer-UI
|
||||
python3 run.py &
|
||||
|
||||
wait
|
||||
Reference in New Issue
Block a user