mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-15 21:31:48 +08:00
4 lines
46 B
Docker
4 lines
46 B
Docker
FROM scratch
|
|
ENTRYPOINT ["/wice"]
|
|
COPY wice /
|