layout |
---|
default |
$ git clone https://github.com/microservice-base/payment.git
$ cd payment
$ docker build --no-cache -t image-payment -f container/docker/Dockerfile .
$ docker run -d --name app-payment -p 8004:8004 image-payment:latest
$ docker tag image-payment:latest keramiozsoy/image-payment:latest
$ docker push keramiozsoy/image-payment
yay back