Skip to content

Commit c6f77cd

Browse files
committed
Use development environment for development compose stack
1 parent 5b10130 commit c6f77cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
app:
33
build:
44
context: .
5-
target: production
5+
target: development
66
# platform: linux/amd64
77
depends_on:
88
- db

0 commit comments

Comments
 (0)