FROM alpine:latest RUN apk update && apk add bash COPY services/wait_for_it/wait-for-it.sh /wait RUN chmod +x /wait