aboutsummaryrefslogtreecommitdiffstats
path: root/postgrest/Dockerfile
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-04-26 15:48:24 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2020-04-26 15:48:24 +0300
commit55f725a502011155f0943f2340ef3763f014ccc0 (patch)
treec1915fd2c3f67e93b3fd406d018583bc6b050baa /postgrest/Dockerfile
Initial commit
Diffstat (limited to 'postgrest/Dockerfile')
-rw-r--r--postgrest/Dockerfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/postgrest/Dockerfile b/postgrest/Dockerfile
new file mode 100644
index 0000000..5e6abac
--- /dev/null
+++ b/postgrest/Dockerfile
@@ -0,0 +1,6 @@
+FROM ubuntu:18.04
+
+WORKDIR /app
+RUN apt-get update && apt-get install -y libpq-dev gettext
+ADD postgrest postgrest.conf start-postgrest.sh ./
+CMD ["./start-postgrest.sh"]