add release and web renderer
This commit is contained in:
@@ -32,7 +32,7 @@ COPY . /app/
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN flutter upgrade
|
RUN flutter upgrade
|
||||||
RUN flutter build web -t ./lib/main_prod.dart
|
RUN flutter build web --release --web-renderer canvaskit -t ./lib/main_prod.dart
|
||||||
|
|
||||||
# RUN cd ..
|
# RUN cd ..
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user