Marko Marković fc59e7e133 Run docker installs from the workspace root
Mounting only ./backend and ./frontend into /app made pnpm look for a
per-package lockfile (stale) and miss the workspace-root one entirely,
so --frozen-lockfile failed and root pnpm.onlyBuiltDependencies didn't
apply. Mount the whole repo at /repo, install with --filter from root,
and use the canonical workspace lockfile. Drop the per-package
onlyBuiltDependencies overrides — pnpm warns they're ignored outside
the workspace root.

Pin node:22-bookworm: node:lts now resolves to Node 24, for which
isolated-vm@5.0.3 has no prebuild and won't compile (V8 headers
require C++20).

Gitignore stray per-package lockfiles so they don't drift again.
2026-04-23 21:57:37 +04:00
2023-07-07 22:14:01 +04:00
2023-06-09 18:53:03 +04:00
2023-06-09 18:53:03 +04:00
2026-04-23 21:21:15 +04:00
2023-06-09 19:36:10 +04:00

PCA Pijac

Administrator

cd backend
pnpm directus users create --email <email> --password <password> --role 067808bd-7c13-40be-8c11-9ba654b79465
Description
No description provided
Readme 24 MiB
Languages
TypeScript 83.9%
CSS 8.7%
Makefile 6.5%
HTML 0.9%