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

revert working-dir path

parents e732c461 e78a3bd8
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ image: docker:24
variables:
DOCKER_TLS_CERTDIR: "/certs"
BUILD_VERSION: p6
BUILD_VERSION: p7
services:
- docker:24-dind
......
......@@ -8,7 +8,7 @@ RUN set -ex; \
; \
\
composer \
--working-dir=/var/www/html/ \
--working-dir=/usr/src/roundcubemail/ \
--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