5 lines
77 B
Docker
5 lines
77 B
Docker
FROM scratch AS build
|
|
|
|
COPY civ-* /usr/bin/civ
|
|
|
|
ENTRYPOINT [ "/usr/bin/civ" ] |