Add dockerfile

This commit is contained in:
2026-02-10 11:20:15 +00:00
parent fe92bc65ff
commit 2b9a68c634

5
dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM ghcr.io/cirruslabs/flutter:3.38.9
COPY ./ /build
WORKDIR /build
RUN flutter build linux --release
RUN cp build/linux/*/release/bundle/prod /prod