Build also /cronjobs/imap
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m0s

This commit is contained in:
2026-02-19 09:17:08 +01:00
parent 898ad74079
commit c526625c68

View File

@@ -9,6 +9,7 @@ RUN go mod download
COPY . ./
RUN CGO_ENABLED=1 GOOS=linux go build -o /backend ./cmd/api/main.go
RUN CGO_ENABLED=1 GOOS=linux go build -o /cronjobs/imap ./cmd/cronjobs/imap/main.go
EXPOSE 8080