mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-05 16:57:01 +08:00
docker: fix entrypoint
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -22,4 +22,5 @@ FROM alpine:3.16
|
|||||||
|
|
||||||
COPY --from=builder /app/wice /
|
COPY --from=builder /app/wice /
|
||||||
|
|
||||||
CMD [ "/wice" ]
|
ENTRYPOINT ["/wice"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user