Browse Source

Merge pull request #11 from reneluria/fix-dockerfile

With setup.py now configured, fix Dockerfile
dependabot/add-v2-config-file
R4SAS 6 years ago committed by GitHub
parent
commit
6b33a741ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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