mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-07-05 09:21:07 +02:00
Updated Docker File (markdown)
@@ -43,4 +43,11 @@ RUN chmod +x /app/start.sh
|
||||
|
||||
# Start the application using the conda environment
|
||||
CMD ["/app/start.sh"]
|
||||
```
|
||||
start.sh script
|
||||
```
|
||||
#!/bin/bash
|
||||
/opt/conda/envs/meshview/bin/python /app/startdb.py --config /app/config.ini &
|
||||
/opt/conda/envs/meshview/bin/python /app/main.py --config /app/config.ini &
|
||||
wait
|
||||
```
|
||||
Reference in New Issue
Block a user