First try with Containerfile

This commit is contained in:
Martin Brodbeck 2025-04-14 15:47:27 +02:00
parent d1637f1fdc
commit 5d7fcbd9cc

6
Containerfile Normal file
View file

@ -0,0 +1,6 @@
FROM alpine:latest
LABEL maintainer="info@rustysoft.de"
RUN adduser -D kosync
COPY ./target/x86_64-unknown-linux-musl/release/kosyncrs /usr/local/bin/
USER kosync
#RUN ["/usr/local/bin/kosyncrs"]