mirror of
https://github.com/r4sas/PBinCLI
synced 2025-08-26 05:32:01 +00:00
Merge pull request #11 from reneluria/fix-dockerfile
With setup.py now configured, fix Dockerfile
This commit is contained in:
commit
6b33a741ba
@ -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…
x
Reference in New Issue
Block a user