添加dockerfile

This commit is contained in:
walker 2023-07-26 11:24:11 +08:00
parent a2c59b7308
commit 7795a6708d
1 changed files with 7 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM scratch
COPY bj-rtsts-server /usr/local/bin/bj-rtsts-server
WORKDIR /bj-rtsts
CMD [ "bj-rtsts-server" ]