Browse Source

revert(build.bash): revert build.bash

master 1.7.1
OhYee 11 months ago
parent
commit
859c8727cf
  1. 4
      build.bash

4
build.bash

@ -6,6 +6,6 @@ if [[ $1 == 'test' ]]; then @@ -6,6 +6,6 @@ if [[ $1 == 'test' ]]; then
TAG="test"
fi
IMAGE="ooordinary/blotter_page:${TAG}"
IMAGE="ohyee/blotter_page:${TAG}"
echo $IMAGE
docker build -t ${IMAGE} .
docker build -t ${IMAGE} .

Loading…
Cancel
Save