Files
pgcli/Dockerfile
Igor Kim b994c75701 Update python version from 2.7 to 3.8 in Dockerfile (#1181)
* Update python version from 2.7 to 3.8 in Dockerfile

* Update AUTHORS and changelog.rst
2020-05-11 09:51:23 -07:00

7 lines
72 B
Docker

FROM python:3.8
COPY . /app
RUN cd /app && pip install -e .
CMD pgcli