diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ FROM perl:5.40-slim COPY bin/ /app/bin/ COPY lib/ /app/lib/ +COPY share/ /app/share/ COPY Build.PL cpanfile* /app/ WORKDIR /app |
