Skip to content

Commit 41beb1d

Browse files
committed
Remove task from Dockerfile
1 parent eaadf51 commit 41beb1d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@ COPY go.mod go.sum ./
1313
# Download dependencies
1414
RUN go mod download
1515

16-
# Install Task
17-
RUN go install github.com/go-task/task/v3/cmd/task@latest
18-
1916
# Copy source code
2017
COPY . .
2118

22-
# Generate code from OpenAPI spec
23-
RUN task generate
24-
2519
# Build the application
2620
RUN CGO_ENABLED=0 GOOS=linux go build -tags timetzdata -o ./bin/main ./cmd/server/main.go
2721

0 commit comments

Comments
 (0)