From f033a07718f96d827b52d2a7d168a04aebead5e8 Mon Sep 17 00:00:00 2001 From: Enola Knezevic <115070135+enola-dkfz@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:30:54 +0100 Subject: [PATCH] copy resources (#27) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be014f4..d548884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file +COPY ./resources ./resources +ENTRYPOINT [ "/usr/local/bin/samply" ]