Skip to content

Commit 4d566c5

Browse files
committed
fix docker build
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 40c7421 commit 4d566c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ RUN ["/azure-auditor", "--help"]
3333
FROM gcr.io/distroless/static
3434
ENV LOG_JSON=1
3535
COPY --from=test /azure-auditor /
36-
COPY --from=test /go/src/github.com/webdevops/azure-auditor/templates/ /templates/
36+
COPY --from=test /templates/ /templates/
3737
USER 1000:1000
3838
ENTRYPOINT ["/azure-auditor"]

0 commit comments

Comments
 (0)