Skip to content

Commit 85b9859

Browse files
authored
Update Dockerfile
1 parent 0d629a1 commit 85b9859

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
FROM checkmarx/kics:v2.0.0 as kics-env
2-
2+
33
FROM cgr.dev/chainguard/node:latest
4-
4+
55
COPY --from=kics-env /app /app
6-
6+
77
COPY ./entrypoint.sh /entrypoint.sh
8-
9-
RUN chmod +x /entrypoint.sh
10-
8+
119
COPY ./ /app
12-
10+
1311
ENTRYPOINT ["/entrypoint.sh"]
12+

0 commit comments

Comments
 (0)