summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
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"]