Skip to content

Commit fc9a1b8

Browse files
remove reference to env file
1 parent 12032c5 commit fc9a1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/components/dockercompose/billing_platform_service/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ services:
8989
billing-platform-service:
9090
condition: service_started
9191
restart: on-failure
92-
command: ["db", "populate-data", "--linking-mode=basic", "--use-env-file"]
92+
command: ["db", "populate-data", "--linking-mode=basic"]
9393
environment:
9494
TEST_OWNERS: ${TEST_OWNERS:-}
9595
DISABLE_AUTH: true

0 commit comments

Comments
 (0)