perl: Fix typo in Carton example

Ref Perl/docker-perl#98
This commit is contained in:
Zak B. Elep 2021-02-08 10:36:15 +08:00
parent e0df2fac3d
commit 2b02f5edc2
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ RUN cpanm Carton \
&& mkdir -p /usr/src/app
WORKDIR /usr/src/app
ONBUILD COPY cpanfile* /usr/src/myapp
ONBUILD COPY cpanfile* /usr/src/app
ONBUILD RUN carton install
ONBUILD COPY . /usr/src/app