diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-27 10:43:29 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-27 10:43:29 -0500 |
| commit | 1d616b98b3a817829f95c82abd8e458ae8f9c2c3 (patch) | |
| tree | 79cd2adca55e9d2dd50dd74549264d6ac1a1150b /build/nginx | |
| parent | add function to get http scheme (diff) | |
| download | crimson-1d616b98b3a817829f95c82abd8e458ae8f9c2c3.tar.gz crimson-1d616b98b3a817829f95c82abd8e458ae8f9c2c3.tar.bz2 crimson-1d616b98b3a817829f95c82abd8e458ae8f9c2c3.zip | |
Diffstat (limited to '')
| -rw-r--r-- | build/nginx/Dockerfile | 2 |
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 |