Skip to content

Commit 70484e0

Browse files
committed
Fix docker compose build failure on macOS
The dockerfile path was incorrect, causing builds to fail with 'git-version.h: not found'. Changed to use docs/tutorial/Dockerfile which is the intended Dockerfile for the tutorial.
1 parent 19bc056 commit 70484e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tutorial/docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
x-node: &node
22
build:
33
context: ../..
4-
dockerfile: Dockerfile
4+
dockerfile: docs/tutorial/Dockerfile
55
tags:
66
- pg_auto_failover:tutorial
77
volumes:
@@ -18,7 +18,6 @@ x-node: &node
1818
- 5432
1919

2020
services:
21-
2221
app:
2322
build:
2423
context: .

0 commit comments

Comments
 (0)