With setup.py now configured, fix Dockerfile

This commit is contained in:
Rene Luria 2018-06-29 16:08:25 +02:00
parent 1f0da5198d
commit dc343f291f
No known key found for this signature in database
GPG Key ID: FFA540631A620B59

View File

@ -6,4 +6,6 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
ENTRYPOINT [ "./cli" ]
RUN python setup.py install
ENTRYPOINT [ "/usr/local/bin/pbincli" ]