Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
engine-api
Commits
8d8a5323
Commit
8d8a5323
authored
Nov 29, 2021
by
David Trattnig
Browse files
Remove detached mode for Docker dev.
parent
704f8aff
Pipeline
#1120
passed with stages
in 3 minutes and 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
run.sh
View file @
8d8a5323
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment