@jango-blockchained/hoox-cli 0.5.7 → 0.5.10
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26146,7 +26146,7 @@ class DockerService {
|
|
|
26146
26146
|
return file2.exists();
|
|
26147
26147
|
}
|
|
26148
26148
|
async composeUp(profiles, detached = false) {
|
|
26149
|
-
const args = ["compose", "
|
|
26149
|
+
const args = ["compose", "--profile", ...profiles, "up"];
|
|
26150
26150
|
if (detached) {
|
|
26151
26151
|
args.push("-d");
|
|
26152
26152
|
}
|
package/package.json
CHANGED