Set correct branchname for Dockerfile (#284, #114)

This commit is contained in:
jekkos
2016-03-21 21:46:43 +01:00
parent fbd7465b03
commit 9cbbe111a7

View File

@@ -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