Save to database #13

Merged
haylan merged 42 commits from save-to-database into main 2026-07-12 21:51:57 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit b3dc7a2298 - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
FROM dunglas/frankenphp:1-php8.4-alpine FROM dunglas/frankenphp:1-php8.4-alpine AS dev
RUN apk add --no-cache icu-dev libzip-dev \ RUN apk add --no-cache icu-dev libzip-dev \
&& docker-php-ext-install -j$(nproc) intl opcache zip \ && docker-php-ext-install -j$(nproc) intl opcache zip \
+1
View File
@@ -4,6 +4,7 @@ services:
graph: graph:
build: build:
dockerfile: Dockerfile.dev dockerfile: Dockerfile.dev
target: dev
volumes: volumes:
- .:/app - .:/app
- ./vendor:/app/vendor - ./vendor:/app/vendor