feat:"adição do readme"

parent ea9bcd85
Pipeline #1836 failed with stages
## 🚀 Executando o Projeto com Docker
```bash
# 1. Inicie o Docker Desktop
# 2. Construa a imagem Docker
docker build -t docker-demo-app-two .
# 3. Execute o container
docker run -p 8080:8080 docker-demo-app-two
# A aplicação estará disponível em: http://localhost:9090
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment