husky-elixir
husky-elixir copied to clipboard
/usr/bin/env: ‘escript’: No such file or directory
i'm running my phoenix application inside a docker container, after try commit I get the error: /usr/bin/env: ‘escript’: No such file or directory
, i cd to that directory inside my container and it exists, maybe because I'm using WSL?
phoenix run the command inside container but I'm actually using git in my WSL