diff options
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"] |
