mirror of
https://github.com/icewind1991/clipboard-sync
synced 2026-06-03 10:24:06 +02:00
add ci setup
This commit is contained in:
parent
6615b3ebcd
commit
da2035c1d6
6 changed files with 92 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM scratch
|
||||
|
||||
ADD target/x86_64-unknown-linux-musl/release/server /
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["/server"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue