1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:17:39 +03:00

orchestration beginning

This commit is contained in:
Anton Afanasyeu
2026-05-30 17:55:36 +02:00
parent 95f521c4a0
commit a9a9590698
31 changed files with 1238 additions and 27 deletions

View File

@@ -0,0 +1,7 @@
FROM php:8.2-fpm-alpine
RUN apk add --no-cache bash docker-cli icu-dev libzip-dev oniguruma-dev mariadb-client sqlite-dev \
&& docker-php-ext-install pdo pdo_mysql pdo_sqlite \
&& rm -rf /var/cache/apk/*
WORKDIR /workspace/examples/build_console/backend