From 9cbbe111a7a515a35fd7da76e49a43ad62fd7b52 Mon Sep 17 00:00:00 2001 From: jekkos Date: Mon, 21 Mar 2016 21:46:43 +0100 Subject: [PATCH] Set correct branchname for Dockerfile (#284, #114) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7fc1af1af..d401c2022 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ 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 develop/2.4 +RUN cd app && git checkout feature/bootstrapUI RUN ln -s /usr/bin/nodejs /usr/bin/node RUN cd app && npm install RUN npm install -g grunt-cli