diff --git a/Dockerfile b/Dockerfile index 2701cca..be759bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 COPY ./ ./ -RUN flutter build web --renderer canvaskit +RUN flutter build web --web-renderer canvaskit ENTRYPOINT php -S localhost:8080 -t ./build/web/