mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
TestWatch to use new develop
section
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
5ca35c88be
commit
c34c306cb9
@ -15,7 +15,7 @@ services:
|
|||||||
RUN mkdir -p /app/data
|
RUN mkdir -p /app/data
|
||||||
init: true
|
init: true
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
x-develop: *x-dev
|
develop: *x-dev
|
||||||
busybox:
|
busybox:
|
||||||
build:
|
build:
|
||||||
dockerfile_inline: |-
|
dockerfile_inline: |-
|
||||||
@ -23,7 +23,7 @@ services:
|
|||||||
RUN mkdir -p /app/data
|
RUN mkdir -p /app/data
|
||||||
init: true
|
init: true
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
x-develop: *x-dev
|
develop: *x-dev
|
||||||
debian:
|
debian:
|
||||||
build:
|
build:
|
||||||
dockerfile_inline: |-
|
dockerfile_inline: |-
|
||||||
@ -31,4 +31,4 @@ services:
|
|||||||
RUN mkdir -p /app/data
|
RUN mkdir -p /app/data
|
||||||
init: true
|
init: true
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
x-develop: *x-dev
|
develop: *x-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user