Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie <[email protected]>
  • Loading branch information
yangcao77 committed Aug 4, 2023
1 parent 57bdfc8 commit 2b3e9f0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions cdq-analysis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
# FROM registry.access.redhat.com/ubi9/go-toolset:latest

# WORKDIR /app

# COPY . .

# RUN go mod download

# RUN CGO_ENABLED=0 GOOS=linux go build -a -o cdq-analysis main.go

# USER 1001

# ENTRYPOINT ["/app/entrypoint.sh"]



# Build the gitops generator binary
FROM golang:1.18 as builder

Expand Down

0 comments on commit 2b3e9f0

Please sign in to comment.