Skip to content

Commit 7b0e9fc

Browse files
committed
Pass parameter to the build stage instead of run
1 parent 002b18a commit 7b0e9fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/docker-compose.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Copyright 1999-2024. WebPros International GmbH.
22
services:
33
tests:
4-
build: ../latest/
5-
environment:
6-
LICENSE: A00Y00-1KWH10-REFG92-T9JF97-TBXC06
4+
build:
5+
context: ../latest/
6+
args:
7+
LICENSE: A00Y00-1KWH10-REFG92-T9JF97-TBXC06
78
logging:
89
driver: none
910
ports:

0 commit comments

Comments
 (0)