mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #11031 from ndeloof/TestWatch
TestWatch to use new `develop` section
This commit is contained in:
commit
421a6b0506
@ -15,7 +15,7 @@ services:
|
||||
RUN mkdir -p /app/data
|
||||
init: true
|
||||
command: sleep infinity
|
||||
x-develop: *x-dev
|
||||
develop: *x-dev
|
||||
busybox:
|
||||
build:
|
||||
dockerfile_inline: |-
|
||||
@ -23,7 +23,7 @@ services:
|
||||
RUN mkdir -p /app/data
|
||||
init: true
|
||||
command: sleep infinity
|
||||
x-develop: *x-dev
|
||||
develop: *x-dev
|
||||
debian:
|
||||
build:
|
||||
dockerfile_inline: |-
|
||||
@ -31,4 +31,4 @@ services:
|
||||
RUN mkdir -p /app/data
|
||||
init: true
|
||||
command: sleep infinity
|
||||
x-develop: *x-dev
|
||||
develop: *x-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user