1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

fix dockerfile for new setups (#1740)

This commit is contained in:
Paul Davis
2018-10-05 13:23:31 -06:00
committed by Paulus Schoutsen
parent 81d493e1d6
commit 442375f76e

View File

@@ -1,4 +1,4 @@
FROM node:8.9-alpine
FROM node:8.11.1-alpine
# install yarn
ENV PATH /root/.yarn/bin:$PATH