Skip to content
Snippets Groups Projects
Verified Commit 51765d6b authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[GChange web] Forgot to make hook script executable

parent 074b5d23
No related merge requests found
......@@ -17,6 +17,8 @@ RUN mkdir /tmp/gchange_temp \
&& rm -r /tmp/gchange_temp
COPY 50-change-gchangepod-url.sh /docker-entrypoint.d
RUN chmod +x /docker-entrypoint.d/50-change-gchangepod-url.sh
WORKDIR /usr/share/nginx/html
# CMD, ENTRYPOINT etc are managed by base image
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment