Skip to content
Snippets Groups Projects

Fix working-dir for composer + inc image build

Merged zdenek.kubala requested to merge djz.88/docker-roundcube:auth_res into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -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
Loading