feat(docker): Prep master for docker deploys

This commit is contained in:
Bouncey
2019-02-04 11:42:31 +00:00
committed by mrugesh mohapatra
parent 9e4583b1f3
commit d79f9f4899
19 changed files with 841 additions and 652 deletions

View File

@ -10,7 +10,7 @@ import debug from 'debug';
import accepts from 'accepts';
import dedent from 'dedent';
import { homeLocation } from '../../../config/env.json';
import { homeLocation } from '../../../config/env';
import { ifNoUserSend } from '../utils/middleware';
import { dasherize } from '../utils';
@ -321,7 +321,7 @@ export default async function bootChallenge(app, done) {
) {
req.flash(
'danger',
"You haven't supplied the necessary URLs for us to inspect your work."
'You haven\'t supplied the necessary URLs for us to inspect your work.'
);
return res.sendStatus(403);
}