From a80bfff0c44b10649685e6cced349d88337f4d69 Mon Sep 17 00:00:00 2001 From: TKB Studios <69647028+tkbstudios@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:12:33 +0200 Subject: [PATCH] RUN mv config.toml.example config.toml this shit is getting me insane --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5428df2..e4b65b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app RUN apt-get update && apt-get install -y pkg-config libssl-dev gcc-aarch64-linux-gnu COPY . . +RUN mv config.toml.example config.toml RUN rustup target add $TARGET && \ if [ "$TARGET" = "aarch64-unknown-linux-gnu" ]; then \