From ccdff3bc1446972ac67a3697d57e6a3a9af3cd9c Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Mon, 5 May 2025 16:04:08 +0100
Subject: Fixed silly bug with docker volume passthrough

---
 entrypoint.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'entrypoint.sh')

diff --git a/entrypoint.sh b/entrypoint.sh
index 335ad66..70d7b26 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,3 +1,5 @@
+rm -rvf /app/edaweb/edaweb.conf/
+ln -s /app/edaweb.conf /app/edaweb/edaweb.conf
 printenv | grep -v "no_proxy" >> /etc/environment
 tmux new-session -d -s "cron" 'cron -f || bash && bash';
-python3 /app/edaweb/app.py --production
\ No newline at end of file
+python3 /app/edaweb/app.py --production
-- 
cgit v1.2.3