build(docker): add build argument for CSMS URL in web service
This commit is contained in:
@@ -16,6 +16,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apps/web/Dockerfile
|
||||
args:
|
||||
NEXT_PUBLIC_CSMS_URL: ${NEXT_PUBLIC_CSMS_URL}
|
||||
ports:
|
||||
- "3000:3000"
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user