We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9149de6 commit e8e370cCopy full SHA for e8e370c
scripts/deployments/deploy_everything_locally.bash
@@ -254,5 +254,8 @@ if [ "$start_opsstack" -eq 0 ]; then
254
fi
255
if [ "$start_simcore" -eq 0 ]; then
256
log_info "starting simcore..."
257
- "${repo_basedir}"/scripts/deployments/start_simcore_locally.bash
+ service_dir="${repo_basedir}"/services/simcore
258
+ pushd "${service_dir}"
259
+ call_make "." up-"$stack_target"
260
+ popd
261
0 commit comments