refactored Dockerfile

This commit is contained in:
Luiz Felipe F M Costa
2019-09-06 20:00:00 -07:00
committed by Danny Coates
parent 8f4a53db64
commit 90f6a07d4a
8 changed files with 68 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
const genmap = require('../build/generate_asset_map');
const genmap = require('./generate_asset_map');
const isServer = typeof genmap === 'function';
let prefix = '';
let manifest = {};