6 lines
81 B
Docker
6 lines
81 B
Docker
FROM scratch
|
|
|
|
COPY db-wait-* /usr/bin/db-wait
|
|
|
|
ENTRYPOINT [ "/usr/bin/db-wait" ]
|