5 Commits

Author SHA1 Message Date
isra el
f6a8f21e64 fix(infra): pin pnpm to v9 in Dockerfiles and update GitHub Actions
pnpm v10 is now the npm "latest" tag but generates a different lockfile
format than v9.0 used in this repo, causing --frozen-lockfile to fail.
Replace corepack pnpm@latest with npm install -g pnpm@9 in api and web
Dockerfiles. Also bump docker/* actions to v3/v6 to resolve Node.js 20
deprecation warnings ahead of the June 2026 forced migration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 07:28:30 +03:00
isra el
4c77b967ff infra: fix docker issues 2025-03-30 10:15:32 +03:00
Marko Ilijoski
2cad8dbfb2 change dockerfile base image with 18ver 2025-03-16 21:31:02 +01:00
Gianni Carafa
a794408ccb Update Docker setup with LTS Node version, define environment variables and services in docker-compose, and configure web application Dockerfile with multi-stage builds. 2024-12-19 10:54:01 +01:00
isra el
443f46e9e5 infra: add Dockerfile for running api in dev and prod 2023-05-17 06:15:54 +03:00