fix bad flutter build command
continuous-integration/drone/push Build is failing Details

profile
remrem 2 years ago
parent b1c3f37a4d
commit 13e061275f

@ -4,5 +4,5 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update && apt-get -y install php-common php-cli php RUN apt-get update && apt-get -y install php-common php-cli php
COPY ./ ./ COPY ./ ./
RUN flutter build web --renderer canvaskit RUN flutter build web --web-renderer canvaskit
ENTRYPOINT php -S localhost:8080 -t ./build/web/ ENTRYPOINT php -S localhost:8080 -t ./build/web/

Loading…
Cancel
Save