First try with Containerfile
This commit is contained in:
parent
d1637f1fdc
commit
5d7fcbd9cc
1 changed files with 6 additions and 0 deletions
6
Containerfile
Normal file
6
Containerfile
Normal 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"]
|
Loading…
Add table
Add a link
Reference in a new issue