Minor fix

This commit is contained in:
Rodrigo Q. Saramago
2022-09-12 16:55:23 +02:00
parent c8fb2022e1
commit f2de085dfe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ docker build "scripts/docker/${IMAGE_NAME}" --file "scripts/docker/${IMAGE_NAME}
echo "-- test_docker @ '${PWD}'"
# NOTE: Since /project/ is a dir from outside the container and the owner of the files is different,
# NOTE: Since ~/project is a dir from outside the container and the owner of the files is different,
# git show in the script refuses to work. It must be marked as safe to use first.
# See https://github.blog/2022-04-12-git-security-vulnerability-announced/
docker run \