Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Feb 5, 2021
1 parent 9affeee commit 4bd8cb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit 4bd8cb3

Please sign in to comment.