From f400a1cf22ec4ecba5319f932da4736a9054096e Mon Sep 17 00:00:00 2001 From: FantasyPvP <80643031+FantasyPvP@users.noreply.github.com> Date: Fri, 1 Dec 2023 21:38:04 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4e293d..5e7f674 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,5 @@ COPY . . RUN cargo update -p proc-macro2 -CMD ["cargo", "build", "--release;", "cargo", "test"] +CMD ["cargo", "build", "--release"] +CMD ["cargo", "test"]