Open JoelV opened 5 years ago
We figured it out. We are setting the bin/lein file so that we can specify lein 2.9.1. We were trying to put the run command in a build script where compiling needs to occur. The reason we put the lein run command in the build that we kept getting lein not found after it was running. So we edit the profile to use web: ./bin/lein with-profile production trampoline run
Thanks!!
When using the bin/build script with the following
cf push returns with a timeout. Am I doing something wrong here?
The app starts and runs just fine, just getting the above error