Skip to content

Commit 8e472c7

Browse files
author
wimo7083
committed
moved echo after the creation
1 parent eeef7c3 commit 8e472c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -eu
44

5-
echo "IMAGE_NAME $IMAGE_NAME"
65
IMAGE_NAME="resources-api"
6+
echo "IMAGE_NAME $IMAGE_NAME"
77

88
echo "Building Docker image..."
99
docker build -t $IMAGE_NAME -f Dockerfile . || exit $?

0 commit comments

Comments
 (0)