Skip to content

Commit

Permalink
chore(webui): update docker node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Slashgear authored and traefiker committed Jan 31, 2019
1 parent 9ebe3c3 commit 7719f3e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions webui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
FROM node:6.9.1
FROM node:8.15.0

ENV WEBUI_DIR /src/webui
RUN mkdir -p $WEBUI_DIR

RUN apt-get -yq update \
&& apt-get -yq --no-install-suggests --no-install-recommends --force-yes install apt-transport-https \
&& curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \
&& apt-get -yq update && apt-get -yq --no-install-suggests --no-install-recommends --force-yes install yarn \
&& rm -fr /var/lib/apt/lists/

COPY package.json $WEBUI_DIR/
COPY yarn.lock $WEBUI_DIR/

Expand Down

0 comments on commit 7719f3e

Please sign in to comment.