Skip to content

Commit

Permalink
copy resources (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
enola-dkfz authored Nov 13, 2024
1 parent 8917186 commit f033a07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN chmod +x /app/*
FROM gcr.io/distroless/cc-debian12
ARG COMPONENT
COPY --from=chmodder /app/$COMPONENT /usr/local/bin/samply
ENTRYPOINT [ "/usr/local/bin/samply" ]
COPY ./resources ./resources
ENTRYPOINT [ "/usr/local/bin/samply" ]

0 comments on commit f033a07

Please sign in to comment.