You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SmartFit_Mobile/Dockerfile

12 lines
222 B

FROM ghcr.io/cirruslabs/flutter:3.16.0
RUN uname -a
RUN apt-get install php-common php-cli
RUN pwd
RUN ls
COPY ./ ./
WORKDIR ./
RUN flutter build web --renderer canvaskit
ENTRYPOINT php -S localhost:8080 -t ./build/web/