From 00a1002942880e9fd5292fcc0a84a935b8e21838 Mon Sep 17 00:00:00 2001 From: zontreck Date: Tue, 27 Aug 2024 16:36:13 -0700 Subject: [PATCH] Adjust some instructions --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ca3b19..c750edf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,9 @@ WORKDIR /app COPY . . WORKDIR /app -RUN rm RELEASE -RUN PATH=$PATH:/flutter/bin /bin/bash /app/compile.sh +RUN PATH=$PATH:/flutter/bin +RUN /bin/bash /app/compile.sh + FROM git.zontreck.com/ariascreations/conanservermanager:builddeps AS RCONBUILD