Skip to content

Commit

Permalink
nginx/setup-odk.sh: make file executable
Browse files Browse the repository at this point in the history
This change brings consistency: all other executables in files/** are marked executable in git rather than chmod'd in dockerfiles.
  • Loading branch information
alxndrsn committed Dec 10, 2024
1 parent 20878c7 commit da3ca1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file modified files/nginx/setup-odk.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion nginx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RUN apt-get update && apt-get install -y netcat-openbsd
RUN mkdir -p /usr/share/odk/nginx/

COPY files/nginx/setup-odk.sh /scripts/
RUN chmod +x /scripts/setup-odk.sh

COPY files/nginx/redirector.conf /usr/share/odk/nginx/
COPY files/nginx/common-headers.conf /usr/share/odk/nginx/
Expand Down

0 comments on commit da3ca1b

Please sign in to comment.