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