Make the environment variables configurable for the frontend app in the Dockerfile by setting the arg variables.
4 lines
74 B
Bash
4 lines
74 B
Bash
NEXT_PUBLIC_THEME=dsfr
|
|
NEXT_PUBLIC_SIGNALING_URL=
|
|
NEXT_PUBLIC_API_ORIGIN=
|