Skip to content

Commit

Permalink
Added second substitution for scheduler URL on Docker build.
Browse files Browse the repository at this point in the history
Actually fixes #31
  • Loading branch information
lukebond committed May 15, 2015
1 parent 829cd5c commit 593a745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ perl -pi -e "s/localhost:9000/$PAZ_ORCHESTRATOR_URL/g" assets/paz-ember-*.js
perl -pi -e "s/localhost:9002/$PAZ_SCHEDULER_URL/g" assets/paz-ember-*.js
perl -pi -e "s/localhost:1337/$PAZ_ORCHESTRATOR_SOCKET:80/g" assets/paz-ember-*.js
perl -pi -e "s/localhost%3A9000/$PAZ_ORCHESTRATOR_URL/g" index.html
perl -pi -e "s/localhost%3A9002/$PAZ_SCHEDULER_URL/g" index.html
perl -pi -e "s/localhost%3A1337/$PAZ_ORCHESTRATOR_SOCKET%3A80/g" index.html
harp server -p 80 .

0 comments on commit 593a745

Please sign in to comment.