api-gateway/deploy/image-build.sh
Piotr Biernat af40a74b69
All checks were successful
continuous-integration/drone/push Build is passing
cleaned deploy/image-build.sh script
2022-10-06 20:29:03 +02:00

7 lines
173 B
Bash
Executable File

#!/bin/sh
# RUN IN REPO ROOT DIR !!
export IMAGE_NAME="git.pbiernat.dev/egommerce/apigw-svc"
docker build --rm --cache-from "$IMAGE_NAME:latest" -t "$IMAGE_NAME:latest" .