Build also /cronjobs/imap
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m0s
All checks were successful
Build and Push Docker Image / build (push) Successful in 4m0s
This commit is contained in:
@@ -9,6 +9,7 @@ RUN go mod download
|
|||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
RUN CGO_ENABLED=1 GOOS=linux go build -o /backend ./cmd/api/main.go
|
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
|
EXPOSE 8080
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user