Skip to content
Snippets Groups Projects
Commit c27e4ed0 authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

Update Dockerfile

parent 6581a79b
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ RUN npm cache clean -f ...@@ -58,6 +58,7 @@ RUN npm cache clean -f
RUN npm install -g n RUN npm install -g n
RUN n stable RUN n stable
RUN curl -o- -L https://yarnpkg.com/install.sh | bash RUN curl -o- -L https://yarnpkg.com/install.sh | bash
EXPOSE 8080
RUN $HOME/.yarn/bin/yarn install --ignore-engines RUN $HOME/.yarn/bin/yarn install --ignore-engines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment