...C
continuous-integration/drone/push Build is failing Details

profile
remrem 2 years ago
parent 1b7e9ba157
commit 43683c0ed9

@ -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/

Loading…
Cancel
Save