Skip to content

Commit

Permalink
Merge pull request #143 from lucasvuotto/deploy-docker-run-fix
Browse files Browse the repository at this point in the history
Add detach flag to `docker run` line
  • Loading branch information
pmprete authored Dec 4, 2020
2 parents 8fcaf97 + 6098229 commit e2aab8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ build() {
}

run_message() {
RUN_MESSAGE="docker run --rm \
RUN_MESSAGE="docker run -d --rm \
--network host \
-v $DEST_DIR/federator/config:/app/federator/config \
-v $DEST_DIR/federator/db:/app/federator/db \
Expand Down

0 comments on commit e2aab8d

Please sign in to comment.