mirror of
https://github.com/dbcli/pgcli.git
synced 2024-11-23 11:14:07 +03:00
b994c75701
* Update python version from 2.7 to 3.8 in Dockerfile * Update AUTHORS and changelog.rst
7 lines
72 B
Docker
7 lines
72 B
Docker
FROM python:3.8
|
|
|
|
COPY . /app
|
|
RUN cd /app && pip install -e .
|
|
|
|
CMD pgcli
|