Skip to content

Commit

Permalink
dev: run docker non-interactively
Browse files Browse the repository at this point in the history
GHA will complain otherwise :^
  • Loading branch information
dmke committed Nov 1, 2024
1 parent 24308be commit 23ff128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [ "$USE_DOCKER" = "1" ]; then

mkdir -p "$dockerhome"

exec docker run --rm -it \
exec docker run --rm \
--user $(id -u):$(id -g) \
--volume "$(pwd):/texd" \
--workdir /texd \
Expand Down

0 comments on commit 23ff128

Please sign in to comment.