6 lines
71 B
Docker
6 lines
71 B
Docker
FROM alpine
|
|
|
|
COPY /bin/airshipctl /bin/airshipctl
|
|
|
|
CMD airshipctl help
|