Fix app.config.json expansion (#1826)

This commit is contained in:
Marcello Teodori
2020-11-27 03:07:45 +01:00
committed by GitHub
parent e88141ccdf
commit c2a802fe3e
4 changed files with 16 additions and 9 deletions

7
docker/build.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
echo building $1
npm clean-install
npm run build $*