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 7121bbd commit 27a5c66
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
FROM checkmarx/kics:v2.0.0 as kics-env

COPY ./entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh

FROM cgr.dev/chainguard/node:latest
FROM cgr.dev/chainguard/wolfi-base:latest

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

COPY --from=kics-env /entrypoint.sh /entrypoint.sh
COPY ./entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh

COPY ./ /app

Expand Down

0 comments on commit 27a5c66

Please sign in to comment.