Damian Łysiak

Results 6 comments of Damian Łysiak

Totally agree. It would be very useful: ```yaml build: artifacts: - image: myapp docker: dockerfile: build/myapp/Dockerfile profiles: - name: dev deploy: defaultRepo: 127.0.0.1:5000

I check [DefaultAppList](https://github.com/coursier/coursier/blob/v2.1.0-M7/modules/cli/src/main/scala/coursier/cli/setup/DefaultAppList.scala) and it seems `scala-cli` app is responsible for this issue 😬 ``` $ cs setup --yes --apps ammonite,cs,coursier,scala,scalac,sbt,sbtn,scalafmt Checking if a JVM is installed Found a JVM...

I can confirm that `sbtn` throws `No main class found` error. This is how my Dockerfile looks like 🙈 ```Dockerfile RUN cs install \ sbt \ scala \ scalac \...

@velia-fehrenthal indeed, it seems that routes are within `netstat -nra`. There are some logs ``` --- ROUTES $ netstat -rn | grep '34.' $ netstat -nra | grep '34.' 34.107.204.85...

Maybe you can try to read the version from the `composer.json` file 🤔 I don't remember PHP syntax very well, there is pseudo-code: ``` $EM_CONF[$_EXTKEY] = [ [...] 'version' =>...

Hi 👋 Any news here? Our team is looking forward to this feature 🙏 😛