mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-18 14:48:42 -05:00
@@ -17,6 +17,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 -fs /app/* /var/www/html
|
||||
ADD ./docker/start_container.sh /start_container.sh
|
||||
|
||||
@@ -14,7 +14,7 @@ module.exports = function(grunt) {
|
||||
},
|
||||
sql: {
|
||||
options: {
|
||||
banner: '-->> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly <<--'
|
||||
banner: '-- >> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly << --'
|
||||
},
|
||||
files: {
|
||||
'database/database.sql': ['database/tables.sql', 'database/constraints.sql'],
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<!-- end js template tags -->
|
||||
<?php else : ?>
|
||||
<!-- start minjs template tags -->
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=45f4375544" language="javascript"></script>
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=a8ae30ad50" language="javascript"></script>
|
||||
<!-- end minjs template tags -->
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-->> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly <<--
|
||||
-- >> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly << --
|
||||
--
|
||||
-- Table structure for table `ospos_app_config`
|
||||
--
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-->> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly <<--
|
||||
-- >> This file is autogenerated from tables.sql and constraints.sql. Do not modify directly << --
|
||||
--
|
||||
-- Table structure for table `ospos_app_config`
|
||||
--
|
||||
|
||||
2
dist/opensourcepos.min.js
vendored
2
dist/opensourcepos.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user