ci: include wait-for script verbatim

This commit is contained in:
Wieland Schöbl
2021-09-09 11:56:30 +00:00
committed by Rainer Killinger
parent 972b551a57
commit b42db4d8b0
3 changed files with 186 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM node:14-alpine
RUN apk update && apk add git curl && mkdir -p /opt
ADD --chown=root:root https://raw.githubusercontent.com/eficode/wait-for/v2.1.3/wait-for /opt/wait-for
COPY --chown=root:root wait-for.sh /opt/wait-for
RUN chmod +x /opt/wait-for && ln -s /opt/wait-for /usr/local/bin/wait-for