6 lines
84 B
Docker
6 lines
84 B
Docker
FROM docker:19.03
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|