diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 16:40:34 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2020-04-26 16:40:34 +0300 |
| commit | 449ebe5164ad9d2ba1e7d61bbae8e4101b703490 (patch) | |
| tree | e334b1bd0f0999da9cfd36d0502578b2cac102af /postgrest/Dockerfile | |
| parent | 55f725a502011155f0943f2340ef3763f014ccc0 (diff) | |
Stuff
Diffstat (limited to 'postgrest/Dockerfile')
| -rw-r--r-- | postgrest/Dockerfile | 4 |
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"] |
