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 85b9859 commit b16c75e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
FROM checkmarx/kics:v2.0.0 as kics-env

FROM cgr.dev/chainguard/node:latest

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

FROM checkmarx/kics:v2.0.0

COPY ./entrypoint.sh /entrypoint.sh


RUN chmod +x /entrypoint.sh

COPY ./ /app

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit b16c75e

Please sign in to comment.