From 4bd8cb34e253d67c05e76472c56d049c1d583eea Mon Sep 17 00:00:00 2001 From: Stefan Lau Date: Fri, 5 Feb 2021 13:03:43 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5a9c972..0c5a515 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM node:0.12 +FROM node:12 MAINTAINER github@stefanlau.com RUN mkdir /app -RUN git clone --single-branch --branch "0.4.1" https://github.com/selaux/miner-dashboard.git /app +RUN git clone --single-branch --branch "master" https://github.com/selaux/miner-dashboard.git /app RUN mv /app/config/config.example.js /app/config/config.js RUN cd /app; npm install RUN cd /app; node_modules/.bin/grunt compile