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
Text
Raw Permalink Normal View History

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