We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaadf51 commit 41beb1dCopy full SHA for 41beb1d
1 file changed
Dockerfile
@@ -13,15 +13,9 @@ COPY go.mod go.sum ./
13
# Download dependencies
14
RUN go mod download
15
16
-# Install Task
17
-RUN go install github.com/go-task/task/v3/cmd/task@latest
18
-
19
# Copy source code
20
COPY . .
21
22
-# Generate code from OpenAPI spec
23
-RUN task generate
24
25
# Build the application
26
RUN CGO_ENABLED=0 GOOS=linux go build -tags timetzdata -o ./bin/main ./cmd/server/main.go
27
0 commit comments