mirror of
https://github.com/r4sas/PBinCLI
synced 2025-01-10 14:58:04 +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 . .
|
COPY . .
|
||||||
|
|
||||||
ENTRYPOINT [ "./cli" ]
|
RUN python setup.py install
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/usr/local/bin/pbincli" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user