We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3999a72 + 0ea5161 commit ce74a17Copy full SHA for ce74a17
.gitignore
@@ -92,3 +92,7 @@ project/project/
92
.vscode/
93
94
.codacy
95
+
96
97
+#Ignore vscode AI rules
98
+.github/copilot-instructions.md
Dockerfile
@@ -1,7 +1,8 @@
1
FROM alpine:3.21.3
2
3
RUN apk add --no-cache --update bash docker openjdk8
4
-RUN adduser -D analysisCli
5
+RUN adduser -D -G docker analysisCli
6
7
WORKDIR /workdir
8
COPY --chown=analysisCli:analysisCli cli/target/universal/stage /workdir
0 commit comments