diff --git a/Dockerfile b/Dockerfile index 69459b9bf2..c213fa28d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update -y \ && rm -rf /var/lib/apt/lists/* COPY postgrest /usr/bin/postgrest +RUN chmod +x /usr/bin/postgrest EXPOSE 3000