Merge pull request #1868 from zakame/perl/fix-typo
perl: Fix typo in Carton example
This commit is contained in:
commit
4d746d2c96
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue