2 Commits

Author SHA1 Message Date
Erik Michelson af0365d9ad fix(docker): remove bash-dependencies from build script
The build script for the backend relied on some bash specifics.
Since bash is not available in alpine based node docker images,
building failed. This commit replaces bash functions with the
native POSIX equivalents.

Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2026-01-12 09:46:41 +01:00
Erik Michelson cf878ef84c fix(build): remove invalid migration files from build
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2025-12-23 21:35:34 +01:00