Skip to content

Commit

Permalink
fix: calendarsync binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Huck committed Jun 12, 2023
1 parent 46a6b17 commit 5523023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM scratch

COPY calendarsync /calendarsync
COPY CalendarSync /calendarsync

ENTRYPOINT ["/calendarsync", "--config", "/etc/calendarsync/sync.yaml", "--port", "8080"]
ENTRYPOINT ["/calendarsync", "--config", "/etc/calendarsync/sync.yaml", "--port", "8080"]

0 comments on commit 5523023

Please sign in to comment.