From ca7ad9082f2ddbd37b32ddcb159e184637270fe1 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 21 Apr 2025 16:07:06 +0200 Subject: Dockerfile: we need ext/; adjust entrypoint --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b797b5..3e6ba48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM perl:5.30-slim COPY bin/ /app/bin/ +COPY ext/ /app/ext/ COPY lib/ /app/lib/ COPY Build.PL cpanfile* /app/ @@ -20,4 +21,4 @@ RUN apt-get update \ && apt-get -y clean \ && rm -rf /var/cache/apt/* /var/lib/apt/lists/* -ENTRYPOINT ["perl", "-Ilib", "bin/motis"] +ENTRYPOINT ["perl", "-Ilib", "bin/motis-m"] -- cgit v1.2.3