Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 199 Bytes

DEV_README.md

File metadata and controls

6 lines (5 loc) · 199 Bytes

Pushing the image

export IMAGE_TAG=1.2.0
docker buildx build --push --platform linux/arm64,linux/amd64 -t csp33/tickets-analyzer-api:$IMAGE_TAG -t csp33/tickets-analyzer-api:latest .