1
0
Fork 0
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:
Robin Appelman 2018-07-30 19:01:26 +02:00
commit da2035c1d6
6 changed files with 92 additions and 0 deletions

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM scratch
ADD target/x86_64-unknown-linux-musl/release/server /
EXPOSE 80
CMD ["/server"]