This commit is contained in:
opentrade
2021-05-04 22:34:56 +08:00
parent f432bba366
commit 0d55dcda89
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM ubuntu:20.04
COPY target/release/hbbs /usr/bin/hbbs
COPY target/release/hbbr /usr/bin/hbbr
WORKDIR /root