mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
ci: add wait-for script to node image
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
FROM node:14-alpine
|
||||
|
||||
RUN apk update && apk add git curl
|
||||
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
|
||||
|
||||
RUN chmod +x /opt/wait-for && ln -s /opt/wait-for /usr/local/bin/wait-for
|
||||
|
||||
USER node
|
||||
|
||||
|
||||
Reference in New Issue
Block a user