Piotr Biernat
af40a74b69
All checks were successful
continuous-integration/drone/push Build is passing
7 lines
173 B
Bash
Executable File
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" .
|