Skip to content
Snippets Groups Projects
Commit a556cbbf authored by Zdenek Kubala's avatar Zdenek Kubala
Browse files

Fix working-dir for composer + in image build

  from "--working-dir=/usr/src/roundcubemail/"
  to "--working-dir=/var/www/html/
parent 2d07c3b1
No related branches found
No related tags found
No related merge requests found
Pipeline #17315 failed
...@@ -2,7 +2,7 @@ image: docker:24 ...@@ -2,7 +2,7 @@ image: docker:24
variables: variables:
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p5 BUILD_VERSION: p6
services: services:
- docker:24-dind - docker:24-dind
......
...@@ -8,7 +8,7 @@ RUN set -ex; \ ...@@ -8,7 +8,7 @@ RUN set -ex; \
; \ ; \
\ \
composer \ composer \
--working-dir=/usr/src/roundcubemail/ \ --working-dir=/var/www/html/plugins \
--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