forked from r4sas/PBinCLI
With setup.py now configured, fix Dockerfile
This commit is contained in:
parent
1f0da5198d
commit
dc343f291f
@ -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…
Reference in New Issue
Block a user