remake web ci
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
f53fcc6f2e
commit
62ba004654
@ -1,2 +1,10 @@
|
|||||||
FROM httpd:2.4
|
FROM ghcr.io/cirruslabs/flutter:3.16.0
|
||||||
COPY /build/ /usr/local/apache2/htdocs/
|
RUN apt-get install 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