Sign inSign up

aeciopires/explore-descubra

By aeciopires

Updated over 1 year ago

Aplicação de teste desenvolvida por Thiago Vinicius dos Santos Queiroz

Image
0

181

aeciopires/explore-descubra repository overview

frontend-react-nextjs

Reference: https://github.com/Thiagoqdev/Entrega-RecodePro-Modulo-6

Setting version

export APP_VERSION=1.0.0

Build Docker image

Run this command:

cd Entrega-RecodePro-Modulo-6/Frontend/explore-descubra
docker build -t your_dockerhub_username/explore-descubra:$APP_VERSION .

Send Docker image to Docker hub

Run theses commands:

docker login -u your_dockerhub_username

docker push your_dockerhub_username/explore-descubra:$APP_VERSION

Pull Docker image

Run this command:

docker pull your_dockerhub_username/explore-descubra:$APP_VERSION

Create container

Run this command:

docker run -d -p 3000:3000 --rm --name explore-descubra your_dockerhub_username/explore-descubra:$APP_VERSION

Access http://DOCKER_HOST_IP:3000 in browser.

Tag summary

Content type

Image

Digest

sha256:eed4bb1a7

Size

298.8 MB

Last updated

over 1 year ago

docker pull aeciopires/explore-descubra:1.0.0