diff --git a/Dockerfile b/Dockerfile index ddabda269377717876f7b1ebb07ea4851b364e17..31fc27982c2b507e77f088090bdd7a245667fe4c 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