Files
taxes/services/wait_for_it/Dockerfile
T
2022-03-25 16:42:41 +01:00

7 lines
118 B
Docker

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