diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 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/ |
index : Travel-Status-DE-DeutscheBahn | ||
Interface to Deutsche Bahn online departure monitor | derf |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Dockerfile | 1 |
@@ -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/ |