mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
Merge 558bb3404e into e87f7b79df
This commit is contained in:
commit
fd260cede5
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ services:
|
|||
RUN echo "backend_build_marker" > /built
|
||||
command: sleep infinity
|
||||
init: true
|
||||
stop_signal: SIGTERM
|
||||
frontend:
|
||||
build:
|
||||
dockerfile_inline: |
|
||||
|
|
@ -14,6 +15,7 @@ services:
|
|||
RUN echo "frontend_build_marker" > /built
|
||||
command: sleep infinity
|
||||
init: true
|
||||
stop_signal: SIGTERM
|
||||
depends_on:
|
||||
- backend
|
||||
develop:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue