mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-18 19:02:50 -04:00
Install grunt-cli in docker container (#284)
This commit is contained in:
@@ -16,6 +16,7 @@ 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 npm install -g grunt-cli
|
||||
|
||||
RUN ln -fs /app/* /var/www/html
|
||||
ADD ./docker/start_container.sh /start_container.sh
|
||||
|
||||
Reference in New Issue
Block a user