Unverified Commit eda0426b authored by Chris R's avatar Chris R Committed by GitHub
Browse files

Merge pull request #65 from bartbroere/patch-1

Fix typo in entrypoint.sh
parents 2c58d979 e8b936e0
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}