-
Notifications
You must be signed in to change notification settings - Fork 28
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
Suporte a Docker para desenvolvimento local #43
Conversation
Antes de começar a dar review, este Dockerfile explicitamente é para dev ou prod? Pergunto isto, porque se calhar para dev queremos talvez um E se for para dev provavelmente queremos ter um volume para que nos permita sincronizar as alterações locais (talvez usando um docker-compose ajudaria?). |
fiz a adptação para dev |
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.
Dois pontos extra:
- Diria que devíamos definir a variáve de ambiente NODE_ENV=development no Dockerfile.
- Num improvement futuro poderíamos considerar multi-stage builds para um Dockerfile para produção.
This reverts commit b0280b5.
alteração da tag do node para 18.9.0-alpine3.16 criação da variável de ambiente NODE_ENV=development
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.
Bom trabalho! Falta-nos depois criar issues para implementar Dockerfiles para CI e Produção.
Issue #26