Skip to content

Commit 34bd187

Browse files
committed
build script
1 parent 1c4a75a commit 34bd187

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

image/build_and_push.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/sh
2+
3+
set -e
4+
cd $(dirname $0)
5+
6+
export IMAGE_NAME=cr.yandex/crpnr7n530cvru3edimp/postfix-relay-host
7+
8+
docker build -t ${IMAGE_NAME} . -f Dockerfile
9+
docker push ${IMAGE_NAME}

0 commit comments

Comments
 (0)