Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Dockerfile so we can run via bundle exec
I had originally planned to set WORKDIR in the Dockerfile to change to the correct directory. However it turns out that Github actions has other ideas and it is ignored. Instead lets wrap everything in a shell script to change to the right directory before running.
- Loading branch information