mirror of
https://github.com/dbcli/pgcli.git
synced 2022-11-27 03:23:34 +03:00
7 lines
72 B
Docker
7 lines
72 B
Docker
FROM python:3.8
|
|
|
|
COPY . /app
|
|
RUN cd /app && pip install -e .
|
|
|
|
CMD pgcli
|