Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gueldenstone committed Jan 27, 2024
1 parent 8e3e693 commit 36a2f54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN go mod download

COPY cmd ./cmd/
COPY internal ./internal
COPY pkg ./pkg

RUN go build -o /calendar-bot ./cmd/calendar-bot

Expand Down

0 comments on commit 36a2f54

Please sign in to comment.