1
1
mirror of https://github.com/dbcli/pgcli.git synced 2024-08-17 01:30:30 +03:00

Dockerize

This commit is contained in:
Hraban Luyat 2017-03-02 11:30:17 +00:00
parent dd4586d3e0
commit 7263a38cfc

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM python:2.7
COPY . /app
RUN cd /app && pip install -e .
CMD pgcli