-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: ajusta setup do ambiente em docker #84
Conversation
this. Tentei configurar o ambiente docker e tive o mesmo problema. Corrigindo, vim ver se alguém já tinha passado por isso e acabou que você fez as mesmas correções kkkkkkk Potencialmente eu trocaria apenas pra manter uma boa prática: docker cp prisma/...
docker cp ./prisma/...
No entanto essa diferença é irrelevante, dado que você executa o comando dentro do diretório raiz. This looks good guys 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cheguei na mesma solução. Aprovado (apesar de meu review não ser suficiente)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Remove a necessidade de aplicar o expose das portas da API e do banco de dados, também corrige comandos docker para aplicar o dump do banco.