From cfbb700f0cd2518905a88d56b4836546a5bcec45 Mon Sep 17 00:00:00 2001 From: jekkos Date: Fri, 22 Jan 2016 13:10:23 +0100 Subject: [PATCH] Add symlink for node in Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 43f27e779..d80d06ed0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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