diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index e5a2ca1..c05a336 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -26,7 +26,7 @@ asdf reshim nodejs if [ "${SHOW_DIFF}" = "true" ] then echo "Running diff" - npx cdk diff \ + npx cdk diff -v \ --app "npx ts-node --prefer-ts-exts ${CDK_APP_PATH}" fi if [ "${DEPLOY_CODE}" = "true" ]