Skip to content

Commit

Permalink
fix: Make postgrest binary in arm64 docker image executable
Browse files Browse the repository at this point in the history
This happened in 06aebfa and caused the arm64 docker image to not start
up properly.

Resolves #3867
  • Loading branch information
wolfgangwalther committed Jan 20, 2025
1 parent 9ae8854 commit e2dd435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e2dd435

Please sign in to comment.