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:
committed by
Paulus Schoutsen
parent
81d493e1d6
commit
442375f76e
@@ -1,4 +1,4 @@
|
||||
FROM node:8.9-alpine
|
||||
FROM node:8.11.1-alpine
|
||||
|
||||
# install yarn
|
||||
ENV PATH /root/.yarn/bin:$PATH
|
||||
|
||||
Reference in New Issue
Block a user