Initial commit
This commit is contained in:
.gitignoreDockerfileREADME.md
bin
docker-compose.ymlmanager
gulpfile.jspackage-lock.jsonpackage.jsonwebpack.config.js
src
backend
frontend
fonts
bootstrap
glyphicons-halflings-regular.eotglyphicons-halflings-regular.svgglyphicons-halflings-regular.ttfglyphicons-halflings-regular.woffglyphicons-halflings-regular.woff2
font-awesome
images
favicon
js
app
access
access_list
api.jscache.jscontroller.jsdashboard
error
host
advanced.ejsadvanced.jsdelete.ejsdelete.jsform.ejsform.jsreconfigure.ejsreconfigure.jsrenew.ejsrenew.js
main.jsrouter.jsui
lib
main.jsmodels
scss
fontawesome
_animated.scss_bordered-pulled.scss_core.scss_fixed-width.scss_icons.scss_larger.scss_list.scss_mixins.scss_path.scss_rotated-flipped.scss_screen-reader.scss_stacked.scss_variables.scssfont-awesome.scss
pages
styles.scsstheme.scsstheme
views
rootfs
4
rootfs/etc/services.d/manager/run
Executable file
4
rootfs/etc/services.d/manager/run
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
cd /srv/manager
|
||||
node --abort_on_uncaught_exception --max_old_space_size=250 /srv/manager/src/backend/index.js
|
Reference in New Issue
Block a user