1
0
Fork 0
pgcli/Dockerfile

7 lines
72 B
Docker

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