You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker-compose (and docker) spec allows (and even prefers, from what I can tell) users to supply the entrypoint as a list of command and arguments. It would be nice to have this ability in arion as well.
The text was updated successfully, but these errors were encountered:
Absolutely. I would expect this to be as simple as changing a str to either str (listOf str), and change a test to use it that way. I see little use in testing the old way.
The docker-compose (and docker) spec allows (and even prefers, from what I can tell) users to supply the
entrypoint
as a list of command and arguments. It would be nice to have this ability in arion as well.The text was updated successfully, but these errors were encountered: