Files
sprawozdania/services/wait_for_it/Dockerfile
T
2024-07-25 10:54:27 +02: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