From 1d616b98b3a817829f95c82abd8e458ae8f9c2c3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Feb 2026 10:43:29 -0500 Subject: update docker builds and update postgrest version --- build/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/nginx/Dockerfile') diff --git a/build/nginx/Dockerfile b/build/nginx/Dockerfile index 2094d4d..e78dd02 100644 --- a/build/nginx/Dockerfile +++ b/build/nginx/Dockerfile @@ -23,7 +23,7 @@ RUN chown -R nginx:nginx /etc/nginx # copy entrypoint COPY ./entrypoint.sh /usr/local/bin/entrypoint -RUN chmod +x /usr/local/bin/entrypoint +RUN chmod +rx /usr/local/bin/entrypoint # do the USER nginx -- cgit v1.2.3-freya