@@ -79,6 +79,8 @@ services:
79
79
context : ../..
80
80
dockerfile : docker/universal/Dockerfile
81
81
target : engine-full
82
+ args :
83
+ BUILD_FRONTEND : ' true'
82
84
platform : linux/amd64
83
85
restart : unless-stopped
84
86
command : sleep infinity
@@ -152,6 +154,8 @@ services:
152
154
context : ../..
153
155
dockerfile : docker/universal/Dockerfile
154
156
target : engine-full
157
+ args :
158
+ BUILD_FRONTEND : ' true'
155
159
platform : linux/amd64
156
160
restart : unless-stopped
157
161
environment :
@@ -193,6 +197,8 @@ services:
193
197
context : ../..
194
198
dockerfile : docker/universal/Dockerfile
195
199
target : engine-full
200
+ args :
201
+ BUILD_FRONTEND : ' true'
196
202
platform : linux/amd64
197
203
restart : unless-stopped
198
204
environment :
@@ -232,6 +238,8 @@ services:
232
238
context : ../..
233
239
dockerfile : docker/universal/Dockerfile
234
240
target : engine-full
241
+ args :
242
+ BUILD_FRONTEND : ' true'
235
243
platform : linux/amd64
236
244
restart : unless-stopped
237
245
environment :
@@ -335,6 +343,8 @@ services:
335
343
context : ../..
336
344
dockerfile : docker/universal/Dockerfile
337
345
target : engine-full
346
+ args :
347
+ BUILD_FRONTEND : ' true'
338
348
platform : linux/amd64
339
349
restart : unless-stopped
340
350
command : sleep infinity
@@ -408,6 +418,8 @@ services:
408
418
context : ../..
409
419
dockerfile : docker/universal/Dockerfile
410
420
target : engine-full
421
+ args :
422
+ BUILD_FRONTEND : ' true'
411
423
platform : linux/amd64
412
424
restart : unless-stopped
413
425
environment :
@@ -447,6 +459,8 @@ services:
447
459
context : ../..
448
460
dockerfile : docker/universal/Dockerfile
449
461
target : engine-full
462
+ args :
463
+ BUILD_FRONTEND : ' true'
450
464
platform : linux/amd64
451
465
restart : unless-stopped
452
466
environment :
@@ -486,6 +500,8 @@ services:
486
500
context : ../..
487
501
dockerfile : docker/universal/Dockerfile
488
502
target : engine-full
503
+ args :
504
+ BUILD_FRONTEND : ' true'
489
505
platform : linux/amd64
490
506
restart : unless-stopped
491
507
environment :
@@ -587,6 +603,8 @@ services:
587
603
context : ../..
588
604
dockerfile : docker/universal/Dockerfile
589
605
target : engine-full
606
+ args :
607
+ BUILD_FRONTEND : ' true'
590
608
platform : linux/amd64
591
609
restart : unless-stopped
592
610
command : sleep infinity
@@ -660,6 +678,8 @@ services:
660
678
context : ../..
661
679
dockerfile : docker/universal/Dockerfile
662
680
target : engine-full
681
+ args :
682
+ BUILD_FRONTEND : ' true'
663
683
platform : linux/amd64
664
684
restart : unless-stopped
665
685
environment :
@@ -699,6 +719,8 @@ services:
699
719
context : ../..
700
720
dockerfile : docker/universal/Dockerfile
701
721
target : engine-full
722
+ args :
723
+ BUILD_FRONTEND : ' true'
702
724
platform : linux/amd64
703
725
restart : unless-stopped
704
726
environment :
@@ -738,6 +760,8 @@ services:
738
760
context : ../..
739
761
dockerfile : docker/universal/Dockerfile
740
762
target : engine-full
763
+ args :
764
+ BUILD_FRONTEND : ' true'
741
765
platform : linux/amd64
742
766
restart : unless-stopped
743
767
environment :
0 commit comments