From 2fdde64998413fad73d780903a42e3aecb0c07d4 Mon Sep 17 00:00:00 2001 From: RemRem Date: Thu, 16 Nov 2023 15:19:47 +0100 Subject: [PATCH] maybe --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a32797f..e89a9d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,9 @@ RUN apt-get update && apt-get -y install php-common php-cli php RUN mkdir /tmp/smartfit_web WORKDIR /tmp/smartfit_web -RUN ls -RUN pwd COPY ./ ./ RUN flutter build web --web-renderer canvaskit + +RUN php -v +EXPOSE 80 ENTRYPOINT php -S localhost:8080 -t ./build/web/