export path
This commit is contained in:
parent
00a1002942
commit
c462649f62
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN PATH=$PATH:/flutter/bin
|
RUN export PATH=$PATH:/flutter/bin
|
||||||
RUN /bin/bash /app/compile.sh
|
RUN /bin/bash /app/compile.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue