0001-01-01

docker build -t congkong/key-store:latest -t congkong/key-store:v0.0.1 . docker build . aws configure $(aws ecr get-login –no-include-email –region ap-northeast-2) docker tag congkong/key-store:latest 998714011995.dkr.ecr.ap-northeast-2.amazonaws.com/congkong/key-store:latest docker tag congkong/key-store:v0.0.1 998714011995.dkr.ecr.ap-northeast-2.amazonaws.com/congkong/key-store:v0.0.1 docker push 998714011995.dkr.ecr.ap-northeast-2.amazonaws.com/congkong/key-store:latest

comments powered by Disqus