fix build cmd

This commit is contained in:
zontreck 2024-08-27 17:11:33 -07:00
parent c462649f62
commit 4559a8e3bb

View file

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