An open API service indexing awesome lists of open source software.

https://github.com/odevthomas/docker-node-publish

Desafio 2: Publicação Automática de Imagem Docker no Docker Hub
https://github.com/odevthomas/docker-node-publish

Last synced: about 1 month ago
JSON representation

Desafio 2: Publicação Automática de Imagem Docker no Docker Hub

Awesome Lists containing this project

README

          

# Projeto Docker Node

Este projeto faz parte do desafio de publicação automática no Docker Hub usando GitHub Actions.

[![Docker Publish](https://github.com/odevthomas/docker-node-publish/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/odevthomas/docker-node-publish/actions/workflows/docker-publish.yml)

## 🧩 Objetivo

- Construir automaticamente uma imagem Docker a partir do projeto.
- Fazer login no Docker Hub usando secrets do GitHub.
- Publicar a imagem no Docker Hub a cada push na branch `main`.

## 🔧 Tecnologias

- Node.js 18
- Docker
- GitHub Actions

## 📦 Como rodar localmente

```bash
npm install
npm start