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

Run in background. engine#72

parent a01ec369
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ if [[ $docker == "true" ]]; then
exec sudo docker run \
--network="host" \
--name aura-engine-core \
--rm \
--rm -d \
-u $UID:$GID \
-v "$BASE_DIR/config/engine-core.docker.ini":"/srv/config/engine-core.ini":ro \
-v "$BASE_DIR/socket":"/srv/socket" \
......
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