1
0
mirror of https://github.com/dbcli/pgcli synced 2024-05-31 01:17:54 +00:00
pgcli/Dockerfile
Hraban Luyat 7263a38cfc Dockerize
2017-04-15 23:14:17 +01:00

7 lines
72 B
Docker

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