diff options
Diffstat (limited to 'postgrest/Dockerfile')
| -rw-r--r-- | postgrest/Dockerfile | 6 |
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"] |
