Skip to content
Snippets Groups Projects
Commit 6c5ab4aa authored by zdenek.kubala's avatar zdenek.kubala Committed by Zdenek Kubala
Browse files

Fix working-dir for composer + in image build

  from "--working-dir=/usr/src/roundcubemail/"
  to "--working-dir=/var/www/html/
parents a556cbbf 2e0e01c1
No related branches found
No related tags found
1 merge request!2Fix working-dir for composer + inc image build
......@@ -8,7 +8,7 @@ RUN set -ex; \
; \
\
composer \
--working-dir=/var/www/html/plugins \
--working-dir=/var/www/html/ \
--prefer-dist \
--prefer-stable \
--update-no-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment