I have an Acornfile that defines 2 containers, both of them builds from the same Dockerfile and the only difference is that each passes a different buildArgs. It seems to work fine when building the acornfile, but when launching with acorn dev, both containers won't received those buildArgs for some reason.
I'll build a repo to reproduce that if necessary ASAP, just let me know.
I have an Acornfile that defines 2 containers, both of them builds from the same Dockerfile and the only difference is that each passes a different buildArgs. It seems to work fine when building the acornfile, but when launching with
acorn dev
, both containers won't received those buildArgs for some reason.I'll build a repo to reproduce that if necessary ASAP, just let me know.
I'm using v0.9.2