From 7cccb6257dfa5eef94c9bf0624b6d12def4c3a6d Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Wed, 8 Jan 2020 00:37:19 +0100
Subject: [PATCH] Expose port [skip ci]

---
 pica-oh-my-form/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pica-oh-my-form/Dockerfile b/pica-oh-my-form/Dockerfile
index 458d1838..27d71c76 100644
--- a/pica-oh-my-form/Dockerfile
+++ b/pica-oh-my-form/Dockerfile
@@ -50,5 +50,7 @@ RUN npm install --only=production \
 # Change to non-root privilege
 USER ohmyform
 
+EXPOSE 5000
+
 # Run OhMyForm server
 CMD ["node", "server.js"]
-- 
GitLab