Closed jayaddison closed 1 year ago
Tested locally using a Makefile-based build.
Makefile
Separately, but somewhat related: there was an error that occurred during the first attempt to build the frontend container directly using buildah bud --build-arg GROCY_VERSION=v3.3.2 Containerfile-frontend. That's been reported as issue #210.
frontend
buildah bud --build-arg GROCY_VERSION=v3.3.2 Containerfile-frontend
Tested locally using a
Makefile
-based build.Separately, but somewhat related: there was an error that occurred during the first attempt to build the
frontend
container directly usingbuildah bud --build-arg GROCY_VERSION=v3.3.2 Containerfile-frontend
. That's been reported as issue #210.