1
0
Fork 0

Dockerize

This commit is contained in:
Hraban Luyat 2017-03-02 11:30:17 +00:00
parent dd4586d3e0
commit 7263a38cfc
1 changed files with 6 additions and 0 deletions

6
Dockerfile Normal file
View File

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