ItuT / pokemon-api

pokemon api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokemon-api

pokemon api

running

mvn clean install

change directory

cd docker

build the image

docker build -t pokemon-api .

list the image

docker images

login into your registry (Docker Hub)

docker login

tag the image

docker tag pokemon-api /pokemon-api

push the image

docker push /pokemon-api

About

pokemon api


Languages

Language:Java 56.8%Language:Dockerfile 43.2%