This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2024-11-12 05:54:52 +01:00
parent dc6cb0023e
commit a9277c9092
Signed by: lilith
SSH key fingerprint: SHA256:LAjgsAMyT3LO2JVtr6fQ4N3RTYoRRlIm5wAKsbDife4
3 changed files with 9 additions and 1 deletions

8
Dockerfile Normal file
View 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

@ -0,0 +1 @@
Subproject commit d809c5af54196204b0f2d8f565c20dda2df1d9d3

View file

@ -1 +0,0 @@
../dynapi-rs/.git