Skip to content

Commit 4170c76

Browse files
committed
Add ARG for test threshold
1 parent 96cd59d commit 4170c76

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile.pelias-data-container-builder

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
FROM docker:20.10.7-dind
44

5+
# fuzzy testing threshold
6+
ARG THRESHOLD
7+
58
WORKDIR /mnt
69

710
ADD Dockerfile.loader ${WORKDIR}

0 commit comments

Comments
 (0)