summaryrefslogtreecommitdiff
path: root/build/nginx/Dockerfile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-27 10:43:29 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-27 10:43:29 -0500
commit1d616b98b3a817829f95c82abd8e458ae8f9c2c3 (patch)
tree79cd2adca55e9d2dd50dd74549264d6ac1a1150b /build/nginx/Dockerfile
parentadd function to get http scheme (diff)
downloadcrimson-1d616b98b3a817829f95c82abd8e458ae8f9c2c3.tar.gz
crimson-1d616b98b3a817829f95c82abd8e458ae8f9c2c3.tar.bz2
crimson-1d616b98b3a817829f95c82abd8e458ae8f9c2c3.zip
update docker builds and update postgrest versionHEADmain
Diffstat (limited to 'build/nginx/Dockerfile')
-rw-r--r--build/nginx/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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