Docker build changes

This commit is contained in:
Jamie Curnow
2018-06-20 09:53:18 +10:00
parent 4045caaf88
commit 3970d2891f
8 changed files with 37 additions and 25 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bash
mkdir -p /config/letsencrypt-acme-challenge
mkdir -p /data/letsencrypt-acme-challenge
cd /srv/manager
node --abort_on_uncaught_exception --max_old_space_size=250 /srv/manager/src/backend/index.js
cd /srv/app
node --abort_on_uncaught_exception --max_old_space_size=250 /srv/app/src/backend/index.js