5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
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 |