Note, we could make the rpc and validator images be the same. Would save on deployment time.
Just copy over both startup scripts to the image. but then based on the context they are deployed in, we can call the correct startup script.
All the accounts are secrets anyway, so accounts don't affect this
build and push rpc docker image to dockerhub
Note, we could make the rpc and validator images be the same. Would save on deployment time. Just copy over both startup scripts to the image. but then based on the context they are deployed in, we can call the correct startup script.
All the accounts are secrets anyway, so accounts don't affect this