Cleanup dockerignore file to only copy into build the files that we need. More chance of hitting cache this way
Also renamed app_name in Makefile to use the full ghcr image name that we use. This way I can build locally with latest tag and use that in my op devnet compose file. Otherwise it was building an image with docker.io prefix (going to dockerhub).
Cleanup dockerignore file to only copy into build the files that we need. More chance of hitting cache this way
Also renamed app_name in Makefile to use the full ghcr image name that we use. This way I can build locally with latest tag and use that in my op devnet compose file. Otherwise it was building an image with docker.io prefix (going to dockerhub).