Skip to content

Commit

Permalink
Use exposed Docker ports (closes #1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym committed Aug 30, 2017
1 parent 291eae3 commit 3920031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/testcafe-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dbus-daemon --session --fork
Xvfb :1 -screen 0 "${XVFB_SCREEN_WIDTH}x${XVFB_SCREEN_HEIGHT}x24" >/dev/null 2>&1 &
export DISPLAY=:1.0
fluxbox >/dev/null 2>&1 &
node /opt/testcafe/bin/testcafe.js "$@"
node /opt/testcafe/bin/testcafe.js --ports 1337,1338 "$@"

0 comments on commit 3920031

Please sign in to comment.