diff --git a/scripts/in-docker.sh b/scripts/in-docker.sh index 293b5958..28373bae 100755 --- a/scripts/in-docker.sh +++ b/scripts/in-docker.sh @@ -8,6 +8,9 @@ if [ $? != 0 ]; then exit 1 fi +echo "${PWD}" +echo $(ls "${PWD}") + # Taken from https://www.electron.build/multi-platform-build#docker # Pass through any vars prefixed with INDOCKER_, removing the prefix docker run --rm \