Skip to content

Commit

Permalink
Revert "remove daemon mode to see logs from docker"
Browse files Browse the repository at this point in the history
This reverts commit e99211f.
  • Loading branch information
Joe Wragg committed Oct 9, 2024
1 parent 1927aad commit 69def87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cleanup() {
sudo rm -r "${CONF_DIR}"
}

docker run --name vroom -p ${PORT}:3000 -v ${CONF_DIR}:/conf $1 > /dev/null
docker run -d --name vroom -p ${PORT}:3000 -v ${CONF_DIR}:/conf $1 > /dev/null

# wait for the server to start, plenty of time
sleep 2
Expand Down

0 comments on commit 69def87

Please sign in to comment.