We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
develop
1 parent 5ca35c8 commit c34c306Copy full SHA for c34c306
pkg/e2e/fixtures/watch/compose.yaml
@@ -15,20 +15,20 @@ services:
15
RUN mkdir -p /app/data
16
init: true
17
command: sleep infinity
18
- x-develop: *x-dev
+ develop: *x-dev
19
busybox:
20
build:
21
dockerfile_inline: |-
22
FROM busybox
23
24
25
26
27
debian:
28
29
30
FROM debian
31
32
33
34
0 commit comments