Add git working tree directly to container root

This commit is contained in:
jekkos
2016-05-26 17:02:55 +02:00
parent e9e5a3e475
commit 8671a59b4b

View File

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