Skip to content
David Mo edited this page Jul 3, 2024 · 2 revisions

Build all images:

DOCKER_DEFAULT_PLATFORM=linux/amd64 docker compose build

Add a tag to an image:

docker tag 720cf276cb9c dmo1010/executor-backend:0.1.0

Push an image:

docker push dmo1010/executor-backend

Clone this wiki locally