documentação do sistema
This commit is contained in:
21
.context/docs/qa/deployment.md
Normal file
21
.context/docs/qa/deployment.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
slug: deployment
|
||||
category: operations
|
||||
generatedAt: 2026-04-29T20:15:44.246Z
|
||||
relevantFiles:
|
||||
- docker-compose.yml
|
||||
- Dockerfile
|
||||
---
|
||||
|
||||
# How do I deploy this project?
|
||||
|
||||
## Deployment
|
||||
|
||||
### Docker
|
||||
|
||||
This project includes Docker configuration.
|
||||
|
||||
```bash
|
||||
docker build -t app .
|
||||
docker run -p 3000:3000 app
|
||||
```
|
||||
Reference in New Issue
Block a user