From c27e4ed0deb8ae1987d1813483283cbdd8b2e21e Mon Sep 17 00:00:00 2001
From: Cyril L'Orphelin <cyril.lorphelin@cc.in2p3.fr>
Date: Mon, 17 Feb 2020 12:01:14 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index ddabda26..31fc2798 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -58,6 +58,7 @@ RUN npm cache clean -f
 RUN npm install -g n
 RUN n stable
 RUN curl -o- -L https://yarnpkg.com/install.sh | bash
+EXPOSE 8080
 
 
 RUN $HOME/.yarn/bin/yarn install --ignore-engines
-- 
GitLab