Skip to content
Snippets Groups Projects
Commit 8d8a5323 authored by David Trattnig's avatar David Trattnig
Browse files

Remove detached mode for Docker dev.

parent 704f8aff
No related branches found
No related tags found
No related merge requests found
Pipeline #1120 passed
...@@ -97,7 +97,7 @@ if [[ $docker == "true" ]]; then ...@@ -97,7 +97,7 @@ if [[ $docker == "true" ]]; then
exec sudo docker run \ exec sudo docker run \
--network="host" \ --network="host" \
--name aura-engine-api \ --name aura-engine-api \
--rm -d \ --rm \
-u $UID:$GID \ -u $UID:$GID \
-v "$BASE_D":/srv \ -v "$BASE_D":/srv \
-v "$BASE_D/config/docker":/srv/config \ -v "$BASE_D/config/docker":/srv/config \
......
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