What's the intended way to build agent/server containers for local development? #3789
-
As per the title - what's the intended method to build containers when developing locally? |
Beta Was this translation helpful? Give feedback.
Answered by
qwerty287
Jun 15, 2024
Replies: 1 comment
-
I wouldn't recommend you running in containers for development. Just run the components directly. But it should be possible to just build the dockerfiles - they should use your modified code. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amirbarak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wouldn't recommend you running in containers for development. Just run the components directly.
But it should be possible to just build the dockerfiles - they should use your modified code.