identity-service/deploy/image-build.sh

7 lines
176 B
Bash
Raw Normal View History

2022-10-06 20:10:05 +02:00
#!/bin/sh
# RUN IN REPO ROOT DIR !!
export IMAGE_NAME="git.pbiernat.dev/egommerce/identity-svc"
docker build --rm --cache-from "$IMAGE_NAME:latest" -t "$IMAGE_NAME:latest" .