Adjust some instructions

This commit is contained in:
zontreck 2024-08-27 16:36:13 -07:00
parent 8e6fad12c0
commit 00a1002942

View file

@ -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