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
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: