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
Branches auth_res
No related tags found
No related merge requests found
Pipeline #17325 passed
......@@ -2,7 +2,7 @@ image: docker:24
variables:
DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p5
BUILD_VERSION: p6
services:
- docker:24-dind
......
......@@ -8,7 +8,7 @@ RUN set -ex; \
; \
\
composer \
--working-dir=/usr/src/roundcubemail/ \
--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