One thing to consider here is to have a dev vs prod docker build. the benefit to having your dev container be different to you prod is to build your go code into a container that has a slimmed down linux os so that you can shell into the container(docker exec -it ...) for debugging. this can be accomplished with build targets, but might be overkill. feel free to just create an issue if you like the idea and resolve whenever
One thing to consider here is to have a dev vs prod docker build. the benefit to having your dev container be different to you prod is to build your go code into a container that has a slimmed down linux os so that you can shell into the container(
docker exec -it ...
) for debugging. this can be accomplished with build targets, but might be overkill. feel free to just create an issue if you like the idea and resolve whenever_Originally posted by @louislef299 in https://github.com/defoeam/Herd/pull/33#discussion_r1819333797_