diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-21 16:07:06 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-21 16:07:06 +0200 |
| commit | ca7ad9082f2ddbd37b32ddcb159e184637270fe1 (patch) | |
| tree | 203ae7ee46a6b6e2e9b2193dfec035c83edcdc60 /Dockerfile | |
| parent | e0315d94ac7dd3b11ac0c7acfdc37996539bf82d (diff) | |
Dockerfile: we need ext/; adjust entrypoint
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"] |
