Skip to content

Commit

Permalink
fix: run in background
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre818181 committed Dec 23, 2024
1 parent 8289a5d commit deb06de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e

# Start dockerd in the background
./main
./main &

sleep 5

Expand Down

0 comments on commit deb06de

Please sign in to comment.