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

View File

@@ -2,11 +2,6 @@
set -e
if [[ "$BUILD_ENABLED" == "true" ]]
then
npm clean-install
npm run build
fi
docker rmi -f $DOCKER_IMAGE_REPO
docker build --build-arg PROJECT_NAME=$PROJECT_NAME -t $DOCKER_IMAGE_REPO .
echo http://localhost:8080$BASE_PATH