Skip to content

Commit 7bd01f2

Browse files
author
Shailza Thakur
committed
Remove comments
1 parent 012d944 commit 7bd01f2

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

code-engine-cos2cos/Dockerfile

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
# FROM golang:1.23-alpine as builder
2-
3-
# WORKDIR /app
4-
5-
# COPY go.mod go.sum ./
6-
7-
# RUN go mod tidy
8-
9-
# COPY . .
10-
11-
# # Build the Go application for Linux, stripped of debug information
12-
# RUN CGO_ENABLED=0 GOOS=linux go build -o cos2cos
13-
14-
# # Stage 2: Final stage (minimal image)
15-
# FROM alpine
16-
17-
# RUN apk --no-cache add ca-certificates
18-
19-
20-
# # Copy the binary from the builder stage
21-
# COPY --from=builder /app/cos2cos /
22-
23-
# RUN chmod +x /cos2cos
24-
25-
# ENTRYPOINT ["/cos2cos"]
26-
27-
281
FROM quay.io/projectquay/golang:1.23 AS builder
292
WORKDIR /go/src/app
303

0 commit comments

Comments
 (0)