This commit is contained in:
Ricardo Branco 2026-06-26 21:59:14 +00:00 committed by GitHub
commit fd260cede5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: