fix build cmd
This commit is contained in:
parent
c462649f62
commit
4559a8e3bb
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ WORKDIR /app
|
|||
COPY . .
|
||||
|
||||
WORKDIR /app
|
||||
RUN export PATH=$PATH:/flutter/bin
|
||||
RUN /bin/bash /app/compile.sh
|
||||
RUN PATH=$PATH:/flutter/bin /bin/bash /app/compile.sh
|
||||
|
||||
|
||||
FROM git.zontreck.com/ariascreations/conanservermanager:builddeps AS RCONBUILD
|
||||
|
|
Loading…
Reference in a new issue