mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-06 22:55:56 -04:00
Fix base url for testcases (#305)
Fix legacy ubuntu repository urls (#284)
This commit is contained in:
@@ -18,7 +18,7 @@ RUN git clone https://github.com/jekkos/opensourcepos.git /app
|
||||
RUN ln -s /usr/bin/nodejs /usr/bin/node
|
||||
RUN cd app && npm install
|
||||
RUN npm install -g grunt-cli
|
||||
RUn ln -s /usr/local/bin/grunt /usr/bin/grunt
|
||||
RUN ln -s /usr/local/bin/grunt /usr/bin/grunt
|
||||
|
||||
RUN ln -fs /app/* /var/www/html
|
||||
RUN rm /var/www/html/index.html
|
||||
|
||||
Reference in New Issue
Block a user