feat: workdir
All checks were successful
/ build (push) Successful in 4m44s

This commit is contained in:
ange 2024-11-14 17:52:59 +08:00
parent 0afd524627
commit c792f5c039
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -26,4 +26,5 @@ USER app
ENV PATH="/opt/flutter/bin:$PATH"
RUN flutter config --android-sdk /opt/android-sdk/ \
&& yes | flutter doctor --android-licenses > /dev/null
WORKDIR /app/
ENTRYPOINT ["flutter"]