Add symlink for node in Dockerfile

This commit is contained in:
jekkos
2016-01-22 13:10:23 +01:00
parent a3d3cfad61
commit cfbb700f0c

View File

@@ -14,6 +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 ln -s /usr/bin/nodejs /usr/bin/node
RUN cd app && npm install
RUN ln -fs /app/* /var/www/html