Skip to content

Commit

Permalink
add lib dir to PERL5LIB in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed May 6, 2024
1 parent 4c805fb commit c2a9b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN \
cpm install --show-build-log-on-failure
EOT

ENV PERL5LIB="/metacpan-api-v0-shim/local/lib/perl5"
ENV PERL5LIB="/metacpan-api-v0-shim/lib:/metacpan-api-v0-shim/local/lib/perl5"
ENV PATH="/metacpan-api-v0-shim/local/bin:${PATH}"

COPY app.psgi ./
Expand Down

0 comments on commit c2a9b5e

Please sign in to comment.