Skip to content

Commit 36a2f54

Browse files
committed
Fix dockerfile
1 parent 8e3e693 commit 36a2f54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN go mod download
1111

1212
COPY cmd ./cmd/
1313
COPY internal ./internal
14+
COPY pkg ./pkg
1415

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

0 commit comments

Comments
 (0)