mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-24 00:25:27 +02:00
Merge pull request #2134 from andr3i1010/canary
fix: fix environment variable parsing for railpack
This commit is contained in:
@@ -287,7 +287,7 @@ export const parseEnvironmentKeyValuePair = (
|
||||
throw new Error(`Invalid environment variable pair: ${pair}`);
|
||||
}
|
||||
|
||||
return [key, valueParts.join("")];
|
||||
return [key, valueParts.join("=")];
|
||||
};
|
||||
|
||||
export const getEnviromentVariablesObject = (
|
||||
|
||||
Reference in New Issue
Block a user