Skip to content

Commit c462cf0

Browse files
committed
fix: correctly build container in Makefile
1 parent 11a01d3 commit c462cf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ build/tunneld.tag: build/tunneld
5252
docker build \
5353
--file Dockerfile \
5454
--build-arg "WGTUNNEL_VERSION=$(VERSION)" \
55-
--tag "$$tag"
55+
--tag "$$tag" \
56+
.
5657

5758
echo "$$tag" > "$@"
5859

0 commit comments

Comments
 (0)