bypass location asked by term
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
c04ef8117a
commit
b1c3f37a4d
@ -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/
|
||||
|
Loading…
Reference in new issue