Adjust some instructions
This commit is contained in:
parent
8e6fad12c0
commit
00a1002942
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue