From f4ffe71556a9f4954cd7970b8a46cb930885a0b6 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Thu, 13 Apr 2023 23:50:22 -0500 Subject: [PATCH] update docker file, possibly for the better --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 671485e..3ba377b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,5 +8,5 @@ RUN apt update && apt install -y pkg-config libssl-dev RUN cargo install sqlx-cli RUN cargo install --path . -CMD ["start.sh"] +CMD ["./start.sh"]