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