1
0
Fork 0
pgcli/Dockerfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
72 B
Docker
Raw Normal View History

FROM python:3.8
2017-03-02 11:30:17 +00:00
COPY . /app
RUN cd /app && pip install -e .
CMD pgcli