4 lines
48 B
Docker
4 lines
48 B
Docker
|
FROM bash:5
|
||
|
|
||
|
COPY wait-for-it/wait-for-it.sh ./
|