Output architecture when running Docker (#4404)
This commit is contained in:
parent
e20fe9ddc1
commit
ac29767ad7
|
|
@ -15,6 +15,9 @@ if [[ `which microsoft-edge` ]]; then
|
|||
microsoft-edge --version
|
||||
fi
|
||||
|
||||
ARCH="$(uname -m)"
|
||||
echo "Architecture: $ARCH"
|
||||
|
||||
BROWSERTIME=/usr/src/app/bin/browsertimeWebPageReplay.js
|
||||
SITESPEEDIO=/usr/src/app/bin/sitespeed.js
|
||||
export DBUS_SESSION_BUS_ADDRESS=/dev/null
|
||||
|
|
|
|||
Loading…
Reference in New Issue