Add Sonarqube Analyse
parent
534c9cf20f
commit
a76ef2ee84
|
|
@ -9,9 +9,10 @@ COPY . .
|
||||||
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main ./cmd/server
|
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main ./cmd/server
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
RUN apk --no-cache add ca-certificates
|
RUN apk --no-cache add ca-certificates \
|
||||||
RUN addgroup -S nonroot \
|
&& addgroup -S nonroot \
|
||||||
&& adduser -S nonroot -G nonroot
|
&& adduser -S nonroot -G nonroot
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/main .
|
COPY --from=builder /app/main .
|
||||||
COPY --from=builder /app/internal/web ./internal/web
|
COPY --from=builder /app/internal/web ./internal/web
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue