Skip to content

Commit

Permalink
fix release location of defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Seán C McCord <[email protected]>
  • Loading branch information
Ulexus committed Jan 5, 2022
1 parent bde6e0d commit a068b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/static
COPY asterisk-config /go/bin/asterisk-config
COPY defaults /
COPY defaults /defaults
ENTRYPOINT ["/go/bin/asterisk-config"]

0 comments on commit a068b5c

Please sign in to comment.