mirror of
https://github.com/vacp2p/pod-api-requester.git
synced 2026-08-27 09:41:16 +00:00
- Use configs to define actions - Run a server to allow running commands interactively
8 lines
299 B
Bash
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> |