Skip to content

Commit 5e28adb

Browse files
committed
fix: root config
1 parent 2292561 commit 5e28adb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

infra/ingest/vector.Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
FROM timberio/vector:0.50.0-alpine
22

3-
COPY vector.yaml /etc/vector/vector.yaml
3+
# Copy vector.yaml - supports both repo root and infra/ingest/ build contexts
4+
# When building from repo root: docker build -f infra/ingest/vector.Dockerfile -t vector .
5+
# When building from infra/ingest/: docker build -f vector.Dockerfile -t vector .
6+
COPY infra/ingest/vector.yaml /etc/vector/vector.yaml
47

58
WORKDIR /etc/vector
69

0 commit comments

Comments
 (0)