From 39fd26c43f1f2f96cd1fd85b5ac66e555a7aa2c5 Mon Sep 17 00:00:00 2001
From: Arran Ubels <arran4@gmail.com>
Date: Sun, 2 Jul 2023 12:22:45 +1000
Subject: [PATCH] Synology Webstation seems to need this

Not sure if it's just this though still testing.
---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 5b24dbea..d554c7f7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,4 +12,6 @@ WORKDIR /
 
 COPY --from=builder /Mango/mango /usr/local/bin/mango
 
+EXPOSE 9000
+
 CMD ["/usr/local/bin/mango"]