1
1
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:
R4SAS 2018-06-29 18:55:55 +03:00 committed by GitHub
commit 6b33a741ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ]