We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e6beb commit 491a132Copy full SHA for 491a132
1 file changed
docker-compose.yml
@@ -16,7 +16,7 @@ services:
16
DOCS_BUILD_RST: "${DOCS_BUILD_RST:-}"
17
BAZEL_BUILD_EXTRA_OPTIONS: >-
18
${BAZEL_BUILD_EXTRA_OPTIONS:-
19
- --override_repository=envoy-examples=../examples}
+ --override_repository=envoy-examples=../../examples}
20
USER_UID: "${UID:-1000}"
21
GROUP_UID: "${GID:-1000}"
22
GITHUB_TOKEN: "${GITHUB_TOKEN:-}"
0 commit comments