Files
pod-api-requester/build.sh
T
Pearson White 953da9b0c0 Refactor to use configs and server
- Use configs to define actions

- Run a server to allow running commands interactively
2026-01-11 16:37:14 -05:00

8 lines
299 B
Bash

docker build -t <your-registry>/pod-api-requester:<tag> --target debug .
# or
docker build -t <your-registry>/pod-api-requester:<tag> --target production .
# The default build is production
docker build -t <your-registry>/pod-api-requester:<tag>
docker push <your-registry>/pod-api-requester:<tag>