mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
ci: include wait-for script verbatim
This commit is contained in:
committed by
Rainer Killinger
parent
972b551a57
commit
b42db4d8b0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user