summaryrefslogtreecommitdiffstats
path: root/Dockerfile
blob: 8d48e7deff0ffa312d6d9728b5e3828b4d8c5555 (plain)
1
2
3
4
5
6
FROM python:2.7

COPY . /app
RUN cd /app && pip install -e .

CMD pgcli