Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-cx authored Apr 18, 2024
1 parent 0d629a1 commit 85b9859
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
FROM checkmarx/kics:v2.0.0 as kics-env

FROM cgr.dev/chainguard/node:latest

COPY --from=kics-env /app /app

COPY ./entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh


COPY ./ /app

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 85b9859

Please sign in to comment.