unitedstates / congress

Public domain data collectors for the work of Congress, including legislation, amendments, and votes.
https://github.com/unitedstates/congress/wiki
Creative Commons Zero v1.0 Universal
922 stars 199 forks source link

The Dockerfile does not work with Kitematic #214

Open dospunk opened 7 years ago

dospunk commented 7 years ago

Gives this error

Traceback (most recent call last):
  File "/opt/theunitedstates.io/congress/run", line 17, in <module>
    task_name = sys.argv[1]
IndexError: list index out of range
JoshData commented 7 years ago

What command did you use to start the container?

dospunk commented 7 years ago

Whatever is the default command when you hit start on Kitematic

JoshData commented 7 years ago

Well. It probably won't work that way. You have to follow the instructions at the top of https://github.com/unitedstates/congress/blob/master/Dockerfile.

dospunk commented 7 years ago

Alright, thank you!