We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4a75a commit 34bd187Copy full SHA for 34bd187
image/build_and_push.sh
@@ -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