[nostalgia] Update Dockerfile devenv

This commit is contained in:
2021-12-17 20:57:00 -06:00
parent 56b4612487
commit ed074d07be
2 changed files with 9 additions and 10 deletions

View File

@ -20,4 +20,4 @@ if [[ $(id -u user 2> /dev/null) != $USER_ID ]]; then
echo "export CXX=/usr/bin/clang++" >> $HOME/.bashrc
fi
exec /usr/local/bin/gosu user "$@"
exec "$@"