Browse Source

With setup.py now configured, fix Dockerfile

pull/11/head
Rene Luria 6 years ago
parent
commit
dc343f291f
No known key found for this signature in database
GPG Key ID: FFA540631A620B59
  1. 4
      Dockerfile

4
Dockerfile

@ -6,4 +6,6 @@ RUN pip install --no-cache-dir -r requirements.txt @@ -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" ]

Loading…
Cancel
Save