Add dockerfile
This commit is contained in:
5
dockerfile
Normal file
5
dockerfile
Normal 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
|
||||||
Reference in New Issue
Block a user