mirror of
https://codeberg.org/demostf/sync.git
synced 2026-06-03 08:34:08 +02:00
add makefile and dockerfile
This commit is contained in:
parent
3edc7acf2d
commit
ee6583b8ab
2 changed files with 13 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/sync /
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["/sync"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue