Merge pull request #1868 from zakame/perl/fix-typo

perl: Fix typo in Carton example
This commit is contained in:
yosifkit 2021-02-08 10:02:54 -08:00 committed by GitHub
commit 4d746d2c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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