Unverified Commit e8b936e0 authored by Bart Broere's avatar Bart Broere Committed by GitHub
Browse files

Update entrypoint.sh

parent 2c58d979
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ set -e
. /root/.bashrc

# Allow the workdir to be set using an env var.
# Useful for CI pipiles which use docker for their build steps
# Useful for CI pipelines which use docker for their build steps
# and don't allow that much flexibility to mount volumes
WORKDIR=${SRCDIR:-/src}