From b1c3f37a4db5f08888188abff11ac4a7ba4fe0f8 Mon Sep 17 00:00:00 2001 From: RemRem Date: Thu, 16 Nov 2023 14:47:54 +0100 Subject: [PATCH] bypass location asked by term --- Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc0cc78..2701cca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,8 @@ FROM ghcr.io/cirruslabs/flutter:3.16.0 -RUN uname -a +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 -RUN pwd -RUN ls COPY ./ ./ -WORKDIR ./ - RUN flutter build web --renderer canvaskit ENTRYPOINT php -S localhost:8080 -t ./build/web/