Skip to content
Snippets Groups Projects
Commit e732c461 authored by zdenek.kubala's avatar zdenek.kubala
Browse files

Merge branch 'auth_res' into 'main'

Fix working-dir for composer + inc image build

See merge request !2
parents 2e0e01c1 88041e1f
No related branches found
No related tags found
1 merge request!2Fix working-dir for composer + inc image build
Pipeline #17321 passed
...@@ -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/ \
--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