mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-19 19:32:52 -04:00
Add symlink for node in Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user