From 7c01904cecb2eac10492a33ba8d611f68a0c1ad6 Mon Sep 17 00:00:00 2001 From: Shyim <6224096+shyim@users.noreply.github.com> Date: Mon, 29 Jul 2019 20:48:26 +0200 Subject: [PATCH] Add missing expose --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fd0360307..a7114eef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,3 +12,5 @@ RUN yarn install --pure-lockfile RUN cp -r /opt/outline/node_modules /opt/node_modules CMD yarn build && yarn start + +EXPOSE 3000