Skip to content

Commit a18ee3f

Browse files
committed
remove build warmup (not needed anymore)
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 6c48e8f commit a18ee3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN go mod download
1515
# Compile
1616
COPY . .
1717
RUN make test
18-
RUN make build # warmup
1918
ARG TARGETOS TARGETARCH
2019
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} make build
2120

@@ -36,7 +35,7 @@ ENV LOG_JSON=1
3635
WORKDIR /
3736
COPY --from=test /app .
3837
USER 1000:1000
39-
ENTRYPOINT ["/azure-keyvault-exporter"]
38+
ENTRYPOINT ["/azure-loganalytics-exporter"]
4039

4140
#############################################
4241
# Final

0 commit comments

Comments
 (0)