We shouldn't run the dockerfile worker on the main host anymore.

This commit is contained in:
jakedt 2014-02-13 15:50:49 -05:00
parent c856908161
commit ef76ea9318

View file

@ -36,7 +36,6 @@ start the workers:
```
STACK=prod python -m workers.diffsworker -D
STACK=prod python -m workers.dockerfilebuild -D
STACK=prod python -m workers.webhookworker -D
```