From 8e3befb3e26d9abae0c2aafd3e22fe26939a8cc9 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 30 May 2025 17:40:12 -0700 Subject: [PATCH] Updated Docker File (markdown) --- Docker-File.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Docker-File.md b/Docker-File.md index 0ade334..3f42704 100644 --- a/Docker-File.md +++ b/Docker-File.md @@ -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 ``` \ No newline at end of file