We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3e693 commit 36a2f54Copy full SHA for 36a2f54
Dockerfile
@@ -11,6 +11,7 @@ RUN go mod download
11
12
COPY cmd ./cmd/
13
COPY internal ./internal
14
+COPY pkg ./pkg
15
16
RUN go build -o /calendar-bot ./cmd/calendar-bot
17
0 commit comments