horror
This commit is contained in:
parent
dc6cb0023e
commit
a9277c9092
3 changed files with 9 additions and 1 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
FROM busybox:musl
|
||||||
|
|
||||||
|
COPY ./dynapi-rs/target/x86_64-unknown-linux-musl/release/dynapi-rs /bin
|
||||||
|
|
||||||
|
RUN mkdir -p /opt/dynapi/
|
||||||
|
WORKDIR /opt/dynapi/
|
||||||
|
|
||||||
|
ENTRYPOINT ["/bin/dynapi-rs"]
|
1
dynapi-rs
Submodule
1
dynapi-rs
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d809c5af54196204b0f2d8f565c20dda2df1d9d3
|
|
@ -1 +0,0 @@
|
||||||
../dynapi-rs/.git
|
|
Loading…
Add table
Reference in a new issue