From a9277c90923619c5002478ca17742e4e63431830 Mon Sep 17 00:00:00 2001 From: Lilith Ashley Nyx Arson Date: Tue, 12 Nov 2024 05:54:52 +0100 Subject: [PATCH] horror --- Dockerfile | 8 ++++++++ dynapi-rs | 1 + dynapi-rs.git | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Dockerfile create mode 160000 dynapi-rs delete mode 120000 dynapi-rs.git diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..aeb4cc2 --- /dev/null +++ b/Dockerfile @@ -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"] diff --git a/dynapi-rs b/dynapi-rs new file mode 160000 index 0000000..d809c5a --- /dev/null +++ b/dynapi-rs @@ -0,0 +1 @@ +Subproject commit d809c5af54196204b0f2d8f565c20dda2df1d9d3 diff --git a/dynapi-rs.git b/dynapi-rs.git deleted file mode 120000 index 2a15bde..0000000 --- a/dynapi-rs.git +++ /dev/null @@ -1 +0,0 @@ -../dynapi-rs/.git \ No newline at end of file