Ver Fonte

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

perl: Fix typo in Carton example
yosifkit há 5 anos atrás
pai
commit
4d746d2c96
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      perl/content.md

+ 1 - 1
perl/content.md

@@ -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