From a5533a070ec30bb87e5874519f20a4101ba4a8aa Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 29 Sep 2024 08:09:06 +0200 Subject: update Dockerfile (we also need ext) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b41cf71..1b1d2c1 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/ -- cgit v1.2.3