summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorHraban Luyat <hraban@0brg.net>2017-03-02 11:30:17 +0000
committerHraban Luyat <hraban@0brg.net>2017-04-15 23:14:17 +0100
commit7263a38cfcdeecc17831bcc4a4045dcbf026344e (patch)
tree440b197973c921770a0f788b0850917d1de892f4 /Dockerfile
parentdd4586d3e09507130f057421a9c7d626905ae827 (diff)
Dockerize
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 00000000..8d48e7de
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,6 @@
+FROM python:2.7
+
+COPY . /app
+RUN cd /app && pip install -e .
+
+CMD pgcli