@weirdfingers/baseboards 0.9.5 → 0.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -7895,6 +7895,7 @@ async function ensureEnvFiles(ctx) {
|
|
|
7895
7895
|
dockerEnv = dockerEnv.replace(/WEB_PORT=.*/g, `WEB_PORT=${ctx.ports.web}`);
|
|
7896
7896
|
dockerEnv = dockerEnv.replace(/API_PORT=.*/g, `API_PORT=${ctx.ports.api}`);
|
|
7897
7897
|
dockerEnv = dockerEnv.replace(/VERSION=.*/g, `VERSION=${ctx.version}`);
|
|
7898
|
+
dockerEnv = dockerEnv.replace(/BACKEND_VERSION=.*/g, `BACKEND_VERSION=${ctx.version}`);
|
|
7898
7899
|
dockerEnv = dockerEnv.replace(
|
|
7899
7900
|
/PROJECT_NAME=.*/g,
|
|
7900
7901
|
`PROJECT_NAME=${ctx.name}`
|