v1.6.0 #221

Merged
LukeGus merged 74 commits from dev-1.6.0 into main 2025-09-12 19:42:00 +00:00
Showing only changes of commit 0e722f588c - Show all commits

View File

@@ -27,6 +27,14 @@ WORKDIR /app
COPY . .
# Set environment variables for native module compilation
ENV npm_config_target_platform=linux
ENV npm_config_target_arch=x64
ENV npm_config_target_libc=glibc
# Rebuild native modules for the target platform
RUN npm rebuild better-sqlite3 --force
RUN npm run dev:backend
# Stage 4: Production dependencies