mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 12:51:50 +08:00
7 lines
162 B
Docker
7 lines
162 B
Docker
# SPDX-FileCopyrightText: 2023-2025 Steffen Vogel <post@steffenvogel.de>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
FROM scratch
|
|
ENTRYPOINT ["/cunicu"]
|
|
COPY cunicu /
|