make builds sequential for better performing
This commit is contained in:
@@ -44,6 +44,8 @@ services:
|
||||
image: balinyaar-web
|
||||
container_name: balinyaar-web
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- api
|
||||
# No environment here on purpose: every NEXT_PUBLIC_* value is compiled into the browser bundle at
|
||||
# build time from client/.env.production. Setting one here would be silently ignored.
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user