chore: rename docker init script

pull/5698/head
Nicolas Giard 2 years ago
parent 6ee5788fe1
commit 05c90434a5
No known key found for this signature in database
GPG Key ID: 85061B8F9D55B7C8

@ -52,7 +52,7 @@ ADD https://raw.githubusercontent.com/eficode/wait-for/v2.1.3/wait-for /usr/loca
RUN chmod +rx /usr/local/bin/wait-for
# Copy the startup file
COPY init.sh /docker-init.sh
COPY app-init.sh /docker-init.sh
RUN sed -i 's/\r$//' /docker-init.sh && \
chmod +x /docker-init.sh

Loading…
Cancel
Save