Skip to content

Commit a068b5c

Browse files
committed
fix release location of defaults
Signed-off-by: Seán C McCord <ulexus@gmail.com>
1 parent bde6e0d commit a068b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.goreleaser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM gcr.io/distroless/static
22
COPY asterisk-config /go/bin/asterisk-config
3-
COPY defaults /
3+
COPY defaults /defaults
44
ENTRYPOINT ["/go/bin/asterisk-config"]

0 commit comments

Comments
 (0)