From 8671a59b4bfd32507bcade2259d305bc76472b7b Mon Sep 17 00:00:00 2001 From: jekkos Date: Thu, 26 May 2016 17:02:55 +0200 Subject: [PATCH] Add git working tree directly to container root --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 118418979..157627df3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,7 @@ RUN apt-get install -y --no-install-recommends software-properties-common RUN apt-get install -y python git # Get latest Ospos source from Git -RUN git clone https://github.com/jekkos/opensourcepos.git /app -RUN cd app && git checkout origin/master +ADD . /app RUN ln -s /usr/bin/nodejs /usr/bin/node RUN cd app && npm install RUN npm install -g grunt-cli