Skip to content
Snippets Groups Projects
Commit 2d77a5f4 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
No related merge requests found
Pipeline #17319 passed
...@@ -8,7 +8,7 @@ RUN set -ex; \ ...@@ -8,7 +8,7 @@ RUN set -ex; \
; \ ; \
\ \
composer \ composer \
--working-dir=/var/www/html/plugins \ --working-dir=/var/www/html \
--prefer-dist \ --prefer-dist \
--prefer-stable \ --prefer-stable \
--update-no-dev \ --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