FEAT: compose-dev uses Dockerfile-dev
This commit is contained in:
parent
30a930b5eb
commit
a38e852b15
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
services:
|
||||
|
||||
backend:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile-dev
|
||||
ports:
|
||||
- 3001:3001 # A porta da direita precisa ser igual a da variável PORT.
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in a new issue