Skip to content
Snippets Groups Projects
Commit 687be444 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

L2SS-218 Run make minimal and not make start minimal

parent 480c9f0d
No related branches found
No related tags found
1 merge request!33Resolve L2SS-218 "Move existing tooling to bootstrap dir"
This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
...@@ -57,7 +57,7 @@ function clean_images() ...@@ -57,7 +57,7 @@ function clean_images()
function start_minimal_tango() function start_minimal_tango()
{ {
pushd ${HOME_DIR}/docker-compose pushd ${HOME_DIR}/docker-compose
make start minimal make minimal
make start dsconfig make start dsconfig
popd popd
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment