Add the following:
MODULE.bazel file
BUILD file
- Create a
BAZELVERSION file
- Update README.md
Use bazel run to run the generator inside Dockerfile. Since we are currently using DigitalOcean to host the static website, we will still need to run this in Dockerfile to be built and deployed. Perhaps we can even add a rules_oci image that is deployed to a Github Container registry and the Dockerfile just pulls from that base image.
Add the following:
MODULE.bazelfileBUILDfileBAZELVERSIONfileUse
bazel runto run the generator inside Dockerfile. Since we are currently using DigitalOcean to host the static website, we will still need to run this in Dockerfile to be built and deployed. Perhaps we can even add arules_ociimage that is deployed to a Github Container registry and the Dockerfile just pulls from that base image.