test: verify clean production bootstrap
This commit is contained in:
@@ -105,7 +105,10 @@ services:
|
||||
limits: {cpus: "1.00", memory: 1G}
|
||||
|
||||
web:
|
||||
build: ./apps/web
|
||||
build:
|
||||
context: ./apps/web
|
||||
args:
|
||||
PUBLIC_API_URL: https://${SITE_DOMAIN:?Set SITE_DOMAIN}
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PUBLIC_API_URL: https://${SITE_DOMAIN:?Set SITE_DOMAIN}
|
||||
|
||||
Reference in New Issue
Block a user