aboutsummaryrefslogtreecommitdiffstats
path: root/postgrest/Dockerfile
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2020-04-26 16:40:34 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2020-04-26 16:40:34 +0300
commit449ebe5164ad9d2ba1e7d61bbae8e4101b703490 (patch)
treee334b1bd0f0999da9cfd36d0502578b2cac102af /postgrest/Dockerfile
parent55f725a502011155f0943f2340ef3763f014ccc0 (diff)
Stuff
Diffstat (limited to 'postgrest/Dockerfile')
-rw-r--r--postgrest/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/postgrest/Dockerfile b/postgrest/Dockerfile
index 5e6abac..7aafc88 100644
--- a/postgrest/Dockerfile
+++ b/postgrest/Dockerfile
@@ -1,6 +1,8 @@
FROM ubuntu:18.04
WORKDIR /app
-RUN apt-get update && apt-get install -y libpq-dev gettext
+RUN apt-get update && apt-get install -y libpq-dev gettext postgresql-client
ADD postgrest postgrest.conf start-postgrest.sh ./
+ADD migrations ./migrations
+
CMD ["./start-postgrest.sh"]