From 43683c0ed95071dd07212f01fc8e3615f4817fd0 Mon Sep 17 00:00:00 2001 From: RemRem Date: Thu, 16 Nov 2023 15:00:30 +0100 Subject: [PATCH] ...C --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a52c951..49d74d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,9 +3,9 @@ ENV TZ=Europe/Paris 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 pwd RUN ls RUN tree +RUN pwd +COPY ./ ./ RUN flutter build web --web-renderer canvaskit ENTRYPOINT php -S localhost:8080 -t ./build/web/