export path

This commit is contained in:
zontreck 2024-08-27 16:42:37 -07:00
parent 00a1002942
commit c462649f62

View file

@ -4,7 +4,7 @@ WORKDIR /app
COPY . .
WORKDIR /app
RUN PATH=$PATH:/flutter/bin
RUN export PATH=$PATH:/flutter/bin
RUN /bin/bash /app/compile.sh