Skip to content

Conversation

@btomala
Copy link
Contributor

@btomala btomala commented Oct 7, 2025

This feature adds the ability to include additional directories in Docker images built. Users can now specify extra directories that will be copied into the Docker image during the build process.

In the next PR to scala-cli, I would like to add a directive that supports this functionality.

@Gedochao Gedochao self-requested a review October 8, 2025 11:36
@Gedochao
Copy link
Contributor

Gedochao commented Oct 8, 2025

(make sure to run scalafix, as the CI is failing on that)

@btomala
Copy link
Contributor Author

btomala commented Oct 9, 2025

(make sure to run scalafix, as the CI is failing on that)

It's weird, I applied sbt "scalafixAll -check and nothing happened. I fix them manually.

@Gedochao
Copy link
Contributor

Gedochao commented Oct 9, 2025

The tests seem to fail on the CI...

@btomala
Copy link
Contributor Author

btomala commented Oct 9, 2025

Sorry about that. I was testing if scalafmt fails on wrong styles in the main.scala and commits the wrong format 🤦

Copy link
Contributor

@Gedochao Gedochao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the contribution!
I commented on a minor nitpick.

…ests.scala Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com>
@Gedochao Gedochao merged commit 7536875 into VirtusLab:main Oct 10, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants