Aplicação de teste desenvolvida por Thiago Vinicius dos Santos Queiroz
181
Reference: https://github.com/Thiagoqdev/Entrega-RecodePro-Modulo-6
export APP_VERSION=1.0.0
Run this command:
cd Entrega-RecodePro-Modulo-6/Frontend/explore-descubra
docker build -t your_dockerhub_username/explore-descubra:$APP_VERSION .
Run theses commands:
docker login -u your_dockerhub_username
docker push your_dockerhub_username/explore-descubra:$APP_VERSION
Run this command:
docker pull your_dockerhub_username/explore-descubra:$APP_VERSION
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.
Content type
Image
Digest
sha256:eed4bb1a7…
Size
298.8 MB
Last updated
over 1 year ago
docker pull aeciopires/explore-descubra:1.0.0