7 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
ef59f86071 fix(infra): fix dockerfile 2025-06-04 21:36:14 +03:00
isra el
2b110b6fc5 fix(infra): fix docker-build for web 2025-06-04 21:18:58 +03:00
isra el
46da871864 infra: fix Dockerfile for web 2025-03-30 11:52:13 +03:00
isra el
4c77b967ff infra: fix docker issues 2025-03-30 10:15:32 +03:00
Marko Ilijoski
a26d57dff3 change dockerfile base image with 18ver 2025-03-16 21:31:41 +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